CanChangePassword Property
In This Topic
Determines whether the user can change the login password.
Syntax
'Declaration
Public ReadOnly Property CanChangePassword As Boolean
public bool CanChangePassword {get;}
public:
property bool CanChangePassword {
bool get();
}
See Also