'Declaration
<DefaultValueAttribute(False)> Public Overridable ReadOnly Property IsNullable As Boolean
'Usage
Dim instance As UserValueControl Dim value As Boolean value = instance.IsNullable
[DefaultValue(false)] public virtual bool IsNullable {get;}
[DefaultValue(false)] public: virtual property bool IsNullable { bool get(); }