Share via


IExecutionConfigurationResult.EnvironmentVariablesWithUnprocessed Property

Definition

Gets the environment variables to apply to the resource with the original unprocessed values included.

public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,(object Unprocessed, string Processed)>> EnvironmentVariablesWithUnprocessed { get; }
member this.EnvironmentVariablesWithUnprocessed : seq<System.Collections.Generic.KeyValuePair<string, ValueTuple<obj, string>>>
Public ReadOnly Property EnvironmentVariablesWithUnprocessed As IEnumerable(Of KeyValuePair(Of String, ValueTuple(Of Object, String)))

Property Value

Applies to