 | AppIndexFacadeEnvironment Property |
Gets a dictionary with the merged environment variables of all activated apps.
That excludes the
PATH environment variable, which is handeled
separatly in
EnvironmentPath.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic IDictionary<string, string> Environment { get; }
Public ReadOnly Property Environment As IDictionary(Of String, String)
Get
Property Value
Type:
IDictionaryString,
String
See Also