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