EnvironmentManager.GetEnvironmentVariable(String) Method

Definition

Gets the value of the specified environment variable at the scope of the current EnvironmentManager.

public:
 virtual Platform::String ^ GetEnvironmentVariable(Platform::String ^ name) = GetEnvironmentVariable;
winrt::hstring GetEnvironmentVariable(winrt::hstring const& name);
public string GetEnvironmentVariable(string name);
function getEnvironmentVariable(name)
Public Function GetEnvironmentVariable (name As String) As String

Parameters

name
String

Platform::String

winrt::hstring

The name of the environment variable to fetch.

Returns

String

Platform::String

winrt::hstring

The value for the specified environment variable.

Applies to

See also