ProjectDataSet.ProjectRow.PHASE_NAME property
Gets the phase name of the current workflow.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PHASE_NAME As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As String
value = instance.PHASE_NAME
instance.PHASE_NAME = value
public string PHASE_NAME { get; set; }
Property value
Type: System.String
The phase name.
Remarks
Read-only.
See also
Reference
ProjectDataSet.ProjectRow class