Selerix Developer Tools
EffectiveWaitPeriod Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EnrollmentRule Class : EffectiveWaitPeriod Field
The EffectiveWaitPeriod object indicates the length of the effective waiting period. An integer representation of the effective waiting period in days.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public EffectiveWaitPeriod As Integer
'Usage
 
Dim instance As EnrollmentRule
Dim value As Integer
 
value = instance.EffectiveWaitPeriod
 
instance.EffectiveWaitPeriod = value
[XmlAttribute()]
[DefaultValue()]
public int EffectiveWaitPeriod
public field EffectiveWaitPeriod: Integer; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var EffectiveWaitPeriod : int;
[XmlAttribute()]
[DefaultValue()]
public: int EffectiveWaitPeriod
[XmlAttribute()]
[DefaultValue()]
public:
int EffectiveWaitPeriod
See Also

Reference

EnrollmentRule Class
EnrollmentRule Members