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