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