The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
InvokeCompletedEventArgs::Outputs Property
.NET Framework (current version)
Gets an IDictionary<TKey, TValue> of the root activity’s output argument values from the completed workflow.
Assembly: System.Activities (in System.Activities.dll)
public: property IDictionary<String^, Object^>^ Outputs { IDictionary<String^, Object^>^ get(); private: void set(IDictionary<String^, Object^>^ value); }
Property Value
Type: System.Collections.Generic::IDictionary<String^, Object^>^A dictionary of the root activity’s output argument values from the completed workflow.
The output argument values in the dictionary are keyed by argument name.
.NET Framework
Available since 4.0
Available since 4.0
Show: