'Declaration
<DefaultValueAttribute(True)> Public Overrides NotOverridable ReadOnly Property IsNull As Boolean
'Usage
Dim instance As UAWriterGroupDescriptor Dim value As Boolean value = instance.IsNull
[DefaultValue(true)] public override bool IsNull {get;}
[DefaultValue(true)] public: property bool IsNull { bool get() override; }