Share via


ApprovalActivity.WorkflowDictionary Property

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

'Usage
Dim instance As ApprovalActivity
Dim value As Dictionary(Of String, Object)

value = instance.WorkflowDictionary

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property WorkflowDictionary As Dictionary(Of String, Object)
[BrowsableAttribute(false)] 
public Dictionary<string,Object> WorkflowDictionary { get; }
[BrowsableAttribute(false)] 
public:
property Dictionary<String^, Object^>^ WorkflowDictionary {
    Dictionary<String^, Object^>^ get ();
}
/** @property */
public Dictionary<String,Object> get_WorkflowDictionary ()
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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ApprovalActivity Class
ApprovalActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace
ApprovalActivity