'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Property IsFeature As Boolean
'Usage
Dim instance As RateParam Dim value As Boolean instance.IsFeature = value value = instance.IsFeature
[XmlAttribute()] [DefaultValue()] public bool IsFeature {get; set;}
public read-write property IsFeature: Boolean;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set IsFeature : boolean
[XmlAttribute()] [DefaultValue()] public: __property bool get_IsFeature(); public: __property void set_IsFeature( bool value );
[XmlAttribute()] [DefaultValue()] public: property bool IsFeature { bool get(); void set ( bool value); }
Property Value
true
if this instance is adjustable; otherwise, false
.