WorkflowCompletedEventArgs.OutputParameters Eigenschap

Definitie

Hiermee haalt u de uitvoer van de werkstroom op.

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)

Waarde van eigenschap

Een Dictionary<TKey,TValue> waarde die is gesleuteld op parameternaam die de uitvoerparameters van de werkstroom bevat.

Opmerkingen

OutputParameters bevat de out en ref parameters van de werkstroom.

Van toepassing op