ValidatePasswordOptions Class

The options class used for changing a user password.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsValidatePasswordOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class ValidatePasswordOptions

The ValidatePasswordOptions type exposes the following members.

Constructors
 NameDescription
Public methodValidatePasswordOptionsInitializes a new instance of the ValidatePasswordOptions class
Top
Properties
 NameDescription
Public propertyName Gets or sets the account name.
Public propertyPassword Gets or sets the password.
Top
See Also