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; }<DataMemberAttribute(Name := "oldPassword", EmitDefaultValue := false)>
Public Property OldPassword As String
Get
Set
public:
[DataMemberAttribute(Name = L"oldPassword", EmitDefaultValue = false)]
property String^ OldPassword {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute(Name = "oldPassword", EmitDefaultValue = false)>]
member OldPassword : string with get, set
Property Value
Type:
String
The old password.
See Also