'Declaration
<NotNullAttribute()> Public Shared ReadOnly Property Null As UAAttributeOperand
'Usage
Dim value As UAAttributeOperand value = UAAttributeOperand.Null
[NotNull()] public static UAAttributeOperand Null {get;}
[NotNull()] public: static property UAAttributeOperand^ Null { UAAttributeOperand^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).