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