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