Contains a reference to the workflow that is associated with the ApprovalActivity.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ApprovalActivity
Dim value As Guid

value = instance.WorkflowDefinitionId

Syntax

Visual Basic
Public ReadOnly Property WorkflowDefinitionId As Guid
C#
public Guid WorkflowDefinitionId { get; }
C++
public:
property Guid WorkflowDefinitionId {
		Guid get ();
}
J#
/** @property */
public Guid get_WorkflowDefinitionId ()
JScript
public function get WorkflowDefinitionId () : Guid

Property Value

A Guid value that is a reference to a WorkflowDefinition 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