ProcessTraits.Variables Property

Definition

Gets the of environment variables that were supplied to the process when it started. Each environment variable is separated by NewLine and is of the form name=value

public:
 property System::String ^ Variables { System::String ^ get(); };
public:
 property Platform::String ^ Variables { Platform::String ^ get(); };
public string Variables { get; }
member this.Variables : string
Public ReadOnly Property Variables As String

Property Value

Applies to