EnvironmentVariable.Description Property

Definition

Gets or sets the description of the environment variable.

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

Property Value

The description of the environment variable.

Attributes

Applies to