Selerix Developer Tools
DefaultToAmount Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParam Class : DefaultToAmount Property
Gets or sets a value indicating whether [default to amount].
Syntax
'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.
See Also

Reference

RateParam Class
RateParam Members