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