Selerix Developer Tools
MinHoursPerWeek Field






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

Reference

EligibilityRule Class
EligibilityRule Members