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