Selerix Developer Tools
MaxValue Property (RateParamRange)






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

Property Value

The max value.
See Also

Reference

RateParamRange Class
RateParamRange Members