Compartir a través de


KeyValuePair.Value Propiedad

Definición

Obtiene o establece el parámetro value.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a