Selerix Developer Tools
IsFeature Property (RateParam)






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

Property Value

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

Reference

RateParam Class
RateParam Members