'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.