Partager via


NameAvailabilityResponse.NameAvailable Property

Definition

Gets or sets if true, the name is valid and available. If false, 'reason' describes why not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to