Selerix Developer Tools
MaxHoursPerWeek Field






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

Reference

EligibilityRule Class
EligibilityRule Members