'Declaration
<DefaultValueAttribute()> Public Overridable Property Custom As Boolean
'Usage
Dim instance As Offering Dim value As Boolean instance.Custom = value value = instance.Custom
[DefaultValue()] public virtual bool Custom {get; set;}
public read-write property Custom: Boolean; virtual;
DefaultValueAttribute() public function get,set Custom : boolean
[DefaultValue()] public: __property virtual bool get_Custom(); public: __property virtual void set_Custom( bool value );
[DefaultValue()] public: virtual property bool Custom { bool get(); void set ( bool value); }