ProcessPasswordResetRequestOptions Class

The options class used for processing password reset requests.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsProcessPasswordResetRequestOptions

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 ProcessPasswordResetRequestOptions

The ProcessPasswordResetRequestOptions type exposes the following members.

Constructors
 NameDescription
Public methodProcessPasswordResetRequestOptionsInitializes a new instance of the ProcessPasswordResetRequestOptions class
Top
Properties
 NameDescription
Public propertyPassword Gets or sets the new password.
Top
See Also