AccountDataCanChangePassword Property |
Gets or sets a value indicating whether the account holder is permitted
to change their password.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax[DataMemberAttribute(Name = "canChangePassword", EmitDefaultValue = false)]
public bool CanChangePassword { get; set; }<DataMemberAttribute(Name := "canChangePassword", EmitDefaultValue := false)>
Public Property CanChangePassword As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"canChangePassword", EmitDefaultValue = false)]
property bool CanChangePassword {
bool get ();
void set (bool value);
}[<DataMemberAttribute(Name = "canChangePassword", EmitDefaultValue = false)>]
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 .
See Also