ChangePasswordOptions Class | 
Namespace: Dundas.BI.WebApi.Models
The ChangePasswordOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangePasswordOptions | Initializes a new instance of the ChangePasswordOptions class  | 
| Name | Description | |
|---|---|---|
| AccountId | 
            Gets or sets the account identifier.
            If this is specified, then the password for this account will be changed and OldPassword does not need to be specified.
              | |
| NewPassword | 
            Gets or sets the new password.
              | |
| OldPassword | 
            Gets or sets the old password.
            If this is specified, then the password for the current session account (caller) will be changed, and AccountId does not need to be specified.
              |