Selerix Developer Tools
IsRangeAllowed Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateParam Class : IsRangeAllowed Property
Gets or sets a value indicating whether the employee can select one of a list.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property IsRangeAllowed As Boolean
'Usage
 
Dim instance As RateParam
Dim value As Boolean
 
instance.IsRangeAllowed = value
 
value = instance.IsRangeAllowed
[XmlAttribute()]
[DefaultValue()]
public bool IsRangeAllowed {get; set;}
public read-write property IsRangeAllowed: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set IsRangeAllowed : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property bool get_IsRangeAllowed();
public: __property void set_IsRangeAllowed( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
property bool IsRangeAllowed {
   bool get();
   void set (    bool value);
}

Property Value

true if true, the employee is given a list of options, if false, the employer / case admin sets the value.
See Also

Reference

RateParam Class
RateParam Members