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