WorkflowCompletedEventArgs.OutputParameters Properti

Definisi

Mendapatkan output dari alur kerja.

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)

Nilai Properti

Nilai Dictionary<TKey,TValue> yang di-key oleh nama parameter yang berisi parameter output alur kerja.

Keterangan

OutputParameters out berisi parameter dan ref alur kerja.

Berlaku untuk