Edit

Share via


WorkflowCompletedEventArgs.OutputParameters Property

Definition

Gets the output from the workflow.

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)

Property Value

A Dictionary<TKey,TValue> of values keyed by parameter name that contains the output parameters of the workflow.

Remarks

OutputParameters contains the out and ref parameters of the workflow.

Applies to