RankRequest.ExcludedActions Propiedad

Definición

Obtiene o establece el conjunto de identificadores de acción que se excluirán de la clasificación.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a