EntityNameAvailabilityCheckOutput.NameAvailable Property

Definition

Gets or sets specifies if the name is available.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to