RewardRequest.Value Propiedad

Definición

Obtiene o establece la recompensa que se asignará a una acción. El valor debe estar comprendido entre -1 y 1 inclusive.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public double Value { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : double with get, set
Public Property Value As Double

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a