Selerix Developer Tools
EnrollmentOpenYearRound Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EnrollmentRule Class : EnrollmentOpenYearRound Field
The EnrollmentOpenYearRound object indicates if enrollment is available all year. Indicates is the enrollment period is open year round (Boolean).
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public EnrollmentOpenYearRound As Boolean
'Usage
 
Dim instance As EnrollmentRule
Dim value As Boolean
 
value = instance.EnrollmentOpenYearRound
 
instance.EnrollmentOpenYearRound = value
[XmlAttribute()]
[DefaultValue()]
public bool EnrollmentOpenYearRound
public field EnrollmentOpenYearRound: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var EnrollmentOpenYearRound : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool EnrollmentOpenYearRound
[XmlAttribute()]
[DefaultValue()]
public:
bool EnrollmentOpenYearRound

Field Value

bool true/false
See Also

Reference

EnrollmentRule Class
EnrollmentRule Members