'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Property ChangeUWLimit As Boolean
'Usage
Dim instance As RateRider Dim value As Boolean instance.ChangeUWLimit = value value = instance.ChangeUWLimit
[XmlAttribute()] [DefaultValue()] public bool ChangeUWLimit {get; set;}
public read-write property ChangeUWLimit: Boolean;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set ChangeUWLimit : boolean
[XmlAttribute()] [DefaultValue()] public: __property bool get_ChangeUWLimit(); public: __property void set_ChangeUWLimit( bool value );
[XmlAttribute()] [DefaultValue()] public: property bool ChangeUWLimit { bool get(); void set ( bool value); }