CheckNameAvailabilityOutput.NameAvailable Property

Definition

Gets indicates whether the name is available.

[Newtonsoft.Json.JsonProperty(PropertyName="nameAvailable")]
public bool? NameAvailable { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nameAvailable")>]
member this.NameAvailable : Nullable<bool>
Public ReadOnly Property NameAvailable As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to