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