LocalUserAccountCanChangePassword Property  | 
 
            Gets or sets a value indicating whether the account holder is permitted
            to change their password.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool CanChangePassword { get; set; }Public Property CanChangePassword As Boolean
	Get
	Set
public:
property bool CanChangePassword {
	bool get ();
	void set (bool value);
}member CanChangePassword : bool with get, set
Property Value
Type: 
Boolean if the password can be changed, otherwise 
.
            
Remarks
            The default value of this property is 
.
            
  Note | 
|---|
| 
              The PasswordPolicyAllowChange configuration setting must be enabled in order for
              users to be able to change their password.
             | 
See Also