EnvironmentManager.GetEnvironmentVariable(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The value for the specified environment variable.