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
Fields
public readonly string Email
Field Value
Name
public readonly string Name
Field Value
Password
public readonly string Password
Field Value
UserName
public readonly string UserName
Field Value
Properties
Country
public string Country { get; set; }