Indicates the WorkflowDefinition associated with the workflow.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As SequentialWorkflow
Dim value As Guid

value = instance.WorkflowDefinitionId

instance.WorkflowDefinitionId = value

Syntax

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

/** @property */
public void set_WorkflowDefinitionId (Guid value)
JScript
public function get WorkflowDefinitionId () : Guid

public function set WorkflowDefinitionId (value : Guid)

Property Value

A Guid that represents the ObjectId of the workflow definition of which this workflow is an instance.

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