Selerix Developer Tools
EnrollerPending Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Application Class : EnrollerPending Property
Gets or sets a value indicating whether application requires agent assistance.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property EnrollerPending As Boolean
'Usage
 
Dim instance As Application
Dim value As Boolean
 
instance.EnrollerPending = value
 
value = instance.EnrollerPending
[XmlAttribute()]
[DefaultValue()]
public virtual bool EnrollerPending {get; set;}
public read-write property EnrollerPending: Boolean; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set EnrollerPending : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property virtual bool get_EnrollerPending();
public: __property virtual void set_EnrollerPending( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property bool EnrollerPending {
   bool get();
   void set (    bool value);
}

Property Value

true if [enroller pending]; otherwise, false.
See Also

Reference

Application Class
Application Members