Selerix Developer Tools
ForceChangePIN Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : ForceChangePIN Property
Gets or sets a value indicating whether [force change PIN].
Syntax
'Declaration
 
<DefaultValueAttribute()>
<XmlAttributeAttribute()>
Public Overridable Property ForceChangePIN As Boolean
'Usage
 
Dim instance As Applicant
Dim value As Boolean
 
instance.ForceChangePIN = value
 
value = instance.ForceChangePIN
[DefaultValue()]
[XmlAttribute()]
public virtual bool ForceChangePIN {get; set;}
public read-write property ForceChangePIN: Boolean; virtual; 
DefaultValueAttribute()
XmlAttributeAttribute()
public function get,set ForceChangePIN : boolean
[DefaultValue()]
[XmlAttribute()]
public: __property virtual bool get_ForceChangePIN();
public: __property virtual void set_ForceChangePIN( 
   bool value
);
[DefaultValue()]
[XmlAttribute()]
public:
virtual property bool ForceChangePIN {
   bool get();
   void set (    bool value);
}

Property Value

true if [force change PIN]; otherwise, false.
See Also

Reference

Applicant Class
Applicant Members