IExecutionConfigurationResult.EnvironmentVariables Property
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 processed environment variables to apply to the resource.
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> EnvironmentVariables { get; }
member this.EnvironmentVariables : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property EnvironmentVariables As IEnumerable(Of KeyValuePair(Of String, String))