ProjectDataSet.ProjectRow.WORKFLOW_INSTANCE_UID property

Gets the GUID of the workflow instance that the current project is running on.

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

Syntax

'Declaration
Public Property WORKFLOW_INSTANCE_UID As Guid
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
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

Remarks

Read-only.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace