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