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