Share via


WorkflowDataSet.WorkflowStatusRow.WORKFLOW_INSTANCE_UID property

Gets or sets the workflow instance GUID.

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WORKFLOW_INSTANCE_UID As Guid
    Get
    Set
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim value As Guid

value = instance.WORKFLOW_INSTANCE_UID

instance.WORKFLOW_INSTANCE_UID = value
public Guid WORKFLOW_INSTANCE_UID { get; set; }

Property value

Type: System.Guid
The GUID of the workflow instance.

See also

Reference

WorkflowDataSet.WorkflowStatusRow class

WorkflowDataSet.WorkflowStatusRow members

WebSvcWorkflow namespace