Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the current workflow stage.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property STAGE_NAME As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As String
value = instance.STAGE_NAME
instance.STAGE_NAME = value
public string STAGE_NAME { get; set; }
Property value
Type: System.String
A workflow stage name.
Remarks
Read-only.
See also
Reference
ProjectDataSet.ProjectRow class