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