次の方法で共有


CheckNameAvailabilityResult.NameAvailable プロパティ

定義

名前空間が可用性であることを示す値を取得または設定します。名前空間が使用可能な場合は true。それ以外の場合は false。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象