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