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