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