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 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