'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Shared ReadOnly Property Root As BrowsePath
'Usage
Dim value As BrowsePath value = BrowsePath.Root
[JetBrains.Annotations.NotNull()] public static BrowsePath Root {get;}
[JetBrains.Annotations.NotNull()] public: static property BrowsePath^ Root { BrowsePath^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).