Skip to content

Register

Namespace: IntegrationTests.ApiClient

Represents the registration credentials for a new user.

public class Register

Inheritance ObjectRegister

Properties

Password

Gets or sets the password for the new user.

public string Password { get; set; }

Property Value

String

UserName

Gets or sets the username for the new user.

public string UserName { get; set; }

Property Value

String

Constructors

Register()

public Register()