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