Discuss this help topic in SecureBlackbox Forum
Specifies whether the user needs to change the password.
Declaration
[C#]
bool RequestPasswordChange;
[VB.NET]
Property RequestPasswordChange As Boolean
[Pascal]
property RequestPasswordChange : boolean;
[C++]
bool get_RequestPasswordChange();
void set_RequestPasswordChange(bool Value);
[PHP]
bool get_RequestPasswordChange()
void set_RequestPasswordChange(bool $Value)
[Java]
boolean getRequestPasswordChange();
void setRequestPasswordChange(boolean Value);
Description
Set this property to True to send a password change request to the server.
The default value is False.
Discuss this help topic in SecureBlackbox Forum