CheckNameAvailabilityResponse.Message Property

Definition

Gets a message explaining why the name is unavailable. Will be undefined if the name is available.

[Newtonsoft.Json.JsonProperty(PropertyName="message")]
public string Message { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="message")>]
member this.Message : string
Public ReadOnly Property Message As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to