CheckNameAvailabilityOutputInner.IsNameAvailable Property

Definition

Gets a value indicating whether the name is available.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to