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