次の方法で共有


BillingProperty.BillingProfileStatus プロパティ

定義

課金プロファイルの状態を取得します。 使用可能な値には、'Active'、'Disabled'、'Warned' などがあります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象