Selerix Developer Tools
EffectiveDateCutoff Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EnrollmentRule Class : EffectiveDateCutoff Field
The EffectiveDateCutoff object indicates if the effective date has ended. Indicates the effective cutoff date.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public EffectiveDateCutoff As Boolean
'Usage
 
Dim instance As EnrollmentRule
Dim value As Boolean
 
value = instance.EffectiveDateCutoff
 
instance.EffectiveDateCutoff = value
[XmlAttribute()]
[DefaultValue()]
public bool EffectiveDateCutoff
public field EffectiveDateCutoff: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var EffectiveDateCutoff : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool EffectiveDateCutoff
[XmlAttribute()]
[DefaultValue()]
public:
bool EffectiveDateCutoff

Field Value

bool true/false
See Also

Reference

EnrollmentRule Class
EnrollmentRule Members