Selerix Developer Tools
Increment Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParamRange Class : Increment Property
Gets or sets the increment.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property Increment As Decimal
'Usage
 
Dim instance As RateParamRange
Dim value As Decimal
 
instance.Increment = value
 
value = instance.Increment
[XmlAttribute()]
public decimal Increment {get; set;}
public read-write property Increment: Currency; 
XmlAttributeAttribute()
public function get,set Increment : decimal
[XmlAttribute()]
public: __property decimal get_Increment();
public: __property void set_Increment( 
   decimal value
);
[XmlAttribute()]
public:
property decimal Increment {
   decimal get();
   void set (    decimal value);
}

Property Value

The increment.
See Also

Reference

RateParamRange Class
RateParamRange Members