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