Click or drag to resize
WebPasswordInformation Class
This class contains information that is returned in response to a ResetPassword method call.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebPasswordInformation

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebPasswordInformation : WebData

The WebPasswordInformation type exposes the following members.

Constructors
  NameDescription
Public methodWebPasswordInformation
Initializes a new instance of the WebPasswordInformation class
Top
Properties
  NameDescription
Public propertyEmailAddress
Email address. Password was changed for the user who has this email address.
Public propertyPassword
New password.
Public propertyUserName
User name for the user who has the specified email address.
Top
See Also