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)
'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; }
Type: System.Guid
Read-only.
ProjectDataSet.ProjectRow class