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