Contains information that can be accessed by all activities that are associated with the workflow.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ApprovalActivity
Dim value As Dictionary(Of String, Object)

value = instance.WorkflowDictionary

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property WorkflowDictionary As Dictionary(Of String, Object)
C#
[BrowsableAttribute(false)] 
public Dictionary<string,Object> WorkflowDictionary { get; }
C++
[BrowsableAttribute(false)] 
public:
property Dictionary<String^, Object^>^ WorkflowDictionary {
		Dictionary<String^, Object^>^ get ();
}
J#
/** @property */
public Dictionary<String,Object> get_WorkflowDictionary ()
JScript
public function get WorkflowDictionary () : Dictionary<String,Object>

Property Value

A Dictionary object.

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

Target Platforms

Windows 2008 x64 Edition

See Also