IExecutionConfigurationResult.EnvironmentVariablesWithUnprocessed 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 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)))