Selerix Developer Tools
IsEditable Property






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

Property Value

true if rate param is editable; otherwise, false.
See Also

Reference

RateParam Class
RateParam Members