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