WorkflowCompletedEventArgs.OutputParameters Propiedad

Definición

Obtiene la salida del flujo de trabajo.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ OutputParameters { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,object> OutputParameters { get; }
member this.OutputParameters : System.Collections.Generic.Dictionary<string, obj>
Public ReadOnly Property OutputParameters As Dictionary(Of String, Object)

Valor de propiedad

de Dictionary<TKey,TValue> valores con clave por nombre de parámetro que contiene los parámetros de salida del flujo de trabajo.

Comentarios

OutputParameters contiene los out parámetros y ref del flujo de trabajo.

Se aplica a