NameAvailability Class

Definition

Result of the request to check name availability. It contains a flag and possible reason of failure.

public class NameAvailability
type NameAvailability = class
Public Class NameAvailability
Inheritance
NameAvailability

Constructors

Name Description
NameAvailability()

Initializes a new instance of the NameAvailability class.

NameAvailability(Nullable<Boolean>, String, String)

Initializes a new instance of the NameAvailability class.

Properties

Name Description
Message

Gets or sets the message of the operation.

NameAvailable

Gets or sets indicates whether the name is available or not.

Reason

Gets or sets the reason of the availability. Required if name is not available.

Applies to