共用方式為


Product.Status 屬性

定義

取得或設定產品的目前狀態。 可能的值包括:'Active'、'Inactive'、'PastDue'、'Expiring'、'Expired'、'Disabled'、'Canceled'、'AutoRenew'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public string Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]
member this.Status : string with get, set
Public Property Status As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於