次の方法で共有


SkuAvailability.SkuAvailable プロパティ

定義

指定された SKU が使用可能かどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象