Selerix Developer Tools
SalaryRangeIncluded Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EligibilityFactors Class : SalaryRangeIncluded Field
The SalaryRangeIncluded object specifies if the salary range is to be included.
Syntax
'Declaration
 
<XmlElementAttribute()>
<DefaultValueAttribute()>
Public SalaryRangeIncluded As Boolean
'Usage
 
Dim instance As EligibilityFactors
Dim value As Boolean
 
value = instance.SalaryRangeIncluded
 
instance.SalaryRangeIncluded = value
[XmlElement()]
[DefaultValue()]
public bool SalaryRangeIncluded
public field SalaryRangeIncluded: Boolean; 
XmlElementAttribute()
DefaultValueAttribute()
public var SalaryRangeIncluded : boolean;
[XmlElement()]
[DefaultValue()]
public: bool SalaryRangeIncluded
[XmlElement()]
[DefaultValue()]
public:
bool SalaryRangeIncluded

Field Value

bool true or false
See Also

Reference

EligibilityFactors Class
EligibilityFactors Members