次の方法で共有


BillingProfile.SpendingLimit プロパティ

定義

課金プロファイルの使用制限を取得します。 指定できる値は、'Off'、'On' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.spendingLimit")]
public string SpendingLimit { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.spendingLimit")>]
member this.SpendingLimit : string
Public ReadOnly Property SpendingLimit As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象