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
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also