Share via


WorkflowDataSet.WorkflowStageRow.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.WorkflowStageRow
Dim value As String

value = instance.STAGE_NAME

instance.STAGE_NAME = value
public string STAGE_NAME { get; set; }

Property value

Type: System.String

See also

Reference

WorkflowDataSet.WorkflowStageRow class

WorkflowDataSet.WorkflowStageRow members

WebSvcWorkflow namespace