Selerix Developer Tools
MinYearsOfService Field






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

Reference

EligibilityRule Class
EligibilityRule Members