Partager via


Recommendation.States Propriété

Définition

Obtient ou définit la liste des états de cette recommandation. Si elle est null, elle doit être considérée comme « Active ».

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à