Share via


EnvironmentVariable.SecureValue Property

Definition

Gets or sets the value of the secure environment variable.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to