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