Selerix Developer Tools
YearsOfServiceIncluded Field






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

Field Value

bool true or false
See Also

Reference

EligibilityFactors Class
EligibilityFactors Members