Share via


IExecutionConfigurationResult.ArgumentsWithUnprocessed Property

Definition

Gets the arguments for the resource with the orgiginal unprocessed values included.

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

Property Value

Applies to