RecommendationInner.States 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定此建議的狀態清單。 如果是 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