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