次の方法で共有


DomainAvailabilityCheckResult.Available プロパティ

定義

CreateDomain API を使用してドメインを購入できる場合は lt;コード>true</code> を取得または設定&します。それ以外の場合は、<code>false</code>。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象