Selerix Developer Tools
MaxYearsOfService Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EligibilityRule Class : MaxYearsOfService Field
The MaxYearsOfService object specifies the maximum number of years the applicant can be employed to be eligible for specific coverage types.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public MaxYearsOfService As Decimal
'Usage
 
Dim instance As EligibilityRule
Dim value As Decimal
 
value = instance.MaxYearsOfService
 
instance.MaxYearsOfService = value
[XmlAttribute()]
[DefaultValue()]
public decimal MaxYearsOfService
public field MaxYearsOfService: Currency; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var MaxYearsOfService : decimal;
[XmlAttribute()]
[DefaultValue()]
public: decimal MaxYearsOfService
[XmlAttribute()]
[DefaultValue()]
public:
decimal MaxYearsOfService
See Also

Reference

EligibilityRule Class
EligibilityRule Members