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