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