ChangePasswordOptionsOldPassword Property

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.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(Name = "oldPassword", EmitDefaultValue = false)]
public string OldPassword { get; set; }

Property Value

Type: String
The old password.
See Also