EnvironmentVariable.Sensitive Property

Definition

Gets or sets a value that indicates whether the environment variable is sensitive.

public:
 property bool Sensitive { bool get(); void set(bool value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public bool Sensitive { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.Sensitive : bool with get, set
Public Property Sensitive As Boolean

Property Value

true if the environment variable is sensitive; otherwise, false.

Attributes

Applies to