Selerix Developer Tools
IsAdjustable Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParam Class : IsAdjustable Property
Gets or sets a value indicating whether this instance is adjustable.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property IsAdjustable As Boolean
'Usage
 
Dim instance As RateParam
Dim value As Boolean
 
instance.IsAdjustable = value
 
value = instance.IsAdjustable
[XmlAttribute()]
[DefaultValue()]
public bool IsAdjustable {get; set;}
public read-write property IsAdjustable: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set IsAdjustable : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property bool get_IsAdjustable();
public: __property void set_IsAdjustable( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
property bool IsAdjustable {
   bool get();
   void set (    bool value);
}

Property Value

true if this instance is adjustable; otherwise, false.
See Also

Reference

RateParam Class
RateParam Members