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