Selerix Developer Tools
ForceLateEntry Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : ForceLateEntry Field
Indicates whether an applicant who did not enroll when eligible last year should be subject to additional underwriting. Applicants who enroll outside their initial grace period are considered late entrants.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public ForceLateEntry As Boolean
'Usage
 
Dim instance As Product
Dim value As Boolean
 
value = instance.ForceLateEntry
 
instance.ForceLateEntry = value
[XmlAttribute()]
[DefaultValue()]
public bool ForceLateEntry
public field ForceLateEntry: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var ForceLateEntry : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool ForceLateEntry
[XmlAttribute()]
[DefaultValue()]
public:
bool ForceLateEntry
See Also

Reference

Product Class
Product Members