Share via


WorkflowDataSet.WorkflowStageRow.STAGE_DESCRIPTION property

Gets or sets the stage description.

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property STAGE_DESCRIPTION As String
    Get
    Set
'Usage
Dim instance As WorkflowDataSet.WorkflowStageRow
Dim value As String

value = instance.STAGE_DESCRIPTION

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

Property value

Type: System.String

See also

Reference

WorkflowDataSet.WorkflowStageRow class

WorkflowDataSet.WorkflowStageRow members

WebSvcWorkflow namespace