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