Share via


ProcessTraits.Variables Property

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.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Property Variables As String
public string Variables { get; private set; }
public:
property String^ Variables {
    String^ get ();
    private: void set (String^ value);
}
member Variables : string with get, private set
function get Variables () : String 
private function set Variables (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ProcessTraits Class

Microsoft.VisualStudio.IntelliTrace Namespace