CheckNameAvailabilityResponse.Available Property

Definition

Gets true if the name is available, otherwise false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to