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