Selerix Developer Tools
ExtendCoverageThroughEndMonth Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EnrollmentRule Class : ExtendCoverageThroughEndMonth Field
The ExtendCoverageThroughEndMonth object indicates if terminated employee coverage is extended to the end of the month the employee is terminated in vs ending immediately upon termination.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public ExtendCoverageThroughEndMonth As Boolean
'Usage
 
Dim instance As EnrollmentRule
Dim value As Boolean
 
value = instance.ExtendCoverageThroughEndMonth
 
instance.ExtendCoverageThroughEndMonth = value
[XmlAttribute()]
[DefaultValue()]
public bool ExtendCoverageThroughEndMonth
public field ExtendCoverageThroughEndMonth: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var ExtendCoverageThroughEndMonth : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool ExtendCoverageThroughEndMonth
[XmlAttribute()]
[DefaultValue()]
public:
bool ExtendCoverageThroughEndMonth

Field Value

bool true/false
See Also

Reference

EnrollmentRule Class
EnrollmentRule Members