InstanceInformationOutputs Property |
Gets the output dictionary of the OutArguments of the workflow instance. If the workflow has not yet completed, the value is null.
If the workflow was run to end by another WorkflowHost, the value is null.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic IDictionary<string, Object> Outputs { get; }
Public ReadOnly Property Outputs As IDictionary(Of String, Object)
Get
public:
property IDictionary<String^, Object^>^ Outputs {
IDictionary<String^, Object^>^ get ();
}
member Outputs : IDictionary<string, Object> with get
Property Value
IDictionaryString,
Object
See Also