Reference to a WorkflowDefinition object. This API is currently not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As AuthenticationGateActivity
Dim value As Guid

value = instance.WorkflowDefinitionId

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property WorkflowDefinitionId As Guid
C#
[BrowsableAttribute(false)] 
public Guid WorkflowDefinitionId { get; }
C++
[BrowsableAttribute(false)] 
public:
property Guid WorkflowDefinitionId {
		Guid get ();
}
J#
/** @property */
public Guid get_WorkflowDefinitionId ()
JScript
public function get WorkflowDefinitionId () : Guid

Property Value

A Guid that represents the ObjectID of 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