Skip to content

Register

Namespace: Rest_API.Models

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()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public Register()