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