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 or sets the phase name.
Namespace: [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl
Syntax
'Declaration
Public Property PHASE_NAME As String
Get
Set
'Usage
Dim instance As WorkflowDataSet.WorkflowPhaseRow
Dim value As String
value = instance.PHASE_NAME
instance.PHASE_NAME = value
public string PHASE_NAME { get; set; }
Property Value
Type: System.String
See Also
Reference
WorkflowDataSet.WorkflowPhaseRow Class