共用方式為


Product.AutoRenew 屬性

定義

取得或設定指出產品是否開啟或關閉自動更新。 可能的值包括:'Off'、'On'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於