Phase class

Represents a collection of stages that are grouped to identify a common set of activities in the project life cycle.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.Phase

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("PS.Phase", ServerTypeId := "{f1aecab1-0373-45a4-a703-4cd9e8c33997}")> _
Public Class Phase _
    Inherits ClientObject
'Usage
Dim instance As Phase
[ScriptTypeAttribute("PS.Phase", ServerTypeId = "{f1aecab1-0373-45a4-a703-4cd9e8c33997}")]
public class Phase : ClientObject

Remarks

Examples of phases are project creation, project selection, and project management.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

Phase members

Microsoft.ProjectServer.Client namespace