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