ValidatePasswordOptions Class |
The options class used for changing a user password.
Inheritance Hierarchy
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax[DataContractAttribute]
public class ValidatePasswordOptions
<DataContractAttribute>
Public Class ValidatePasswordOptions
[DataContractAttribute]
public ref class ValidatePasswordOptions
[<DataContractAttribute>]
type ValidatePasswordOptions = class end
The ValidatePasswordOptions type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Name |
Gets or sets the account name.
|
 | Password |
Gets or sets the password.
|
Top
See Also