'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Property DefaultToAmount As Boolean
'Usage
Dim instance As RateParam Dim value As Boolean instance.DefaultToAmount = value value = instance.DefaultToAmount
[XmlAttribute()] [DefaultValue()] public bool DefaultToAmount {get; set;}
public read-write property DefaultToAmount: Boolean;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set DefaultToAmount : boolean
[XmlAttribute()] [DefaultValue()] public: __property bool get_DefaultToAmount(); public: __property void set_DefaultToAmount( bool value );
[XmlAttribute()] [DefaultValue()] public: property bool DefaultToAmount { bool get(); void set ( bool value); }
Property Value
true
if [default to amount]; otherwise, false
.