SequentialWorkflow.WorkflowDictionary Property
Represents information stored by the workflow.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)
Usage
'Usage
Dim instance As SequentialWorkflow
Dim value As Dictionary(Of String, Object)
value = instance.WorkflowDictionary
instance.WorkflowDictionary = value
Syntax
'Declaration
Public Property WorkflowDictionary As Dictionary(Of String, Object)
public Dictionary<string,Object> WorkflowDictionary { get; set; }
public:
property Dictionary<String^, Object^>^ WorkflowDictionary {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
/** @property */
public Dictionary<String,Object> get_WorkflowDictionary ()
/** @property */
public void set_WorkflowDictionary (Dictionary<String,Object> value)
public function get WorkflowDictionary () : Dictionary<String,Object>
public function set WorkflowDictionary (value : Dictionary<String,Object>)
Property Value
A Dictionary that is used by the workflow.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
SequentialWorkflow Class
SequentialWorkflow Members
Microsoft.ResourceManagement.Workflow.Activities Namespace
Passing Data between Workflow Phases