Table of Contents

Class UserPassword

Namespace
Dynamicweb.DataIntegration.ProviderHelpers
Assembly
Dynamicweb.DataIntegration.dll
public class UserPassword
Inheritance
UserPassword
Inherited Members

Constructors

UserPassword(string, string, string, string)

public UserPassword(string userName, string name, string password, string email)

Parameters

userName string
name string
password string
email string

Fields

Email

public readonly string Email

Field Value

string

Name

public readonly string Name

Field Value

string

Password

public readonly string Password

Field Value

string

UserName

public readonly string UserName

Field Value

string

Properties

Country

public string Country { get; set; }

Property Value

string
To top