IEnvironmentVariables InterfaceIEnvironmentVariables InterfaceIEnvironmentVariables Interface

Provides methods to access available environment variables.

Syntax

Public Interface IEnvironmentVariables _
        Implements IEnumerable(Of KeyValuePair(Of String, String)), _
                   System.Collections.IEnumerable
public interface IEnvironmentVariables : IEnumerable<KeyValuePair<string, string>>,
        System.Collections.IEnumerable
public:
interface class IEnvironmentVariables : IEnumerable<KeyValuePair<String^, String^>>,
        System.Collections::IEnumerable^
 
The IEnvironmentVariablesIEnvironmentVariablesIEnvironmentVariables type exposes the following members.

Properties

 PropertyDescription
Public propertyIsStableIsStableIsStable Gets a value indicating whether this IEnvironmentVariablesIEnvironmentVariablesIEnvironmentVariables is stable.
Public propertyItemItemItem Gets the value associated with the specified environment variable name.

Top

Remarks

The available environment variables can be made available via the AvailableEnvironmentVariablesAvailableEnvironmentVariablesAvailableEnvironmentVariables property of the DynamicContextSettingsDynamicContextSettingsDynamicContextSettings class.

The available environment variables can be accessed via the fn:environment-variable and available-environment-variables functions.