共用方式為


RecommendationInner.States 屬性

定義

取得或設定此建議的狀態清單。 如果是 null,則應該將其視為「作用中」。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.states")]
public System.Collections.Generic.IList<string> States { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.states")>]
member this.States : System.Collections.Generic.IList<string> with get, set
Public Property States As IList(Of String)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於