ProjectDataSet.ProjectRow.WORKFLOW_INSTANCE_UID property
Gets the GUID of the workflow instance the current project is running on.
Namespace: WebSvcProject
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
The GUID of a workflow instance.
Remarks
Read-only.
See also
Reference
ProjectDataSet.ProjectRow class