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