Compartir a través de


EnvironmentVariable.Value Propiedad

Definición

Obtiene o establece el valor.

[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

Comentarios

Valor de la variable de entorno.

Se aplica a