WorkflowDataSet.WorkflowStatusRow.STAGE_UID property
Gets or sets the stage GUID.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property STAGE_UID As Guid
Get
Set
'Usage
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim value As Guid
value = instance.STAGE_UID
instance.STAGE_UID = value
public Guid STAGE_UID { get; set; }
Property value
Type: System.Guid
The GUID of a workflow stage.
See also
Reference
WorkflowDataSet.WorkflowStatusRow class