'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property Standard As UANodeIdParser
'Usage
Dim value As UANodeIdParser value = UANodeIdParser.Standard
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static UANodeIdParser Standard {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property UANodeIdParser^ Standard { UANodeIdParser^ get(); }