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