다음을 통해 공유


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

적용 대상