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