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