PhaseCreationInformation class

Provides methods and property settings that are used in the creation of a workflow phase.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.ProjectServer.Client.PhaseCreationInformation

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.PhaseCreationInformation", ValueObject := True,  _
    ServerTypeId := "{0f8b15a8-98aa-4751-ade9-9be047406427}")> _
Public Class PhaseCreationInformation _
    Inherits ClientValueObject
'Usage
Dim instance As PhaseCreationInformation
[ScriptTypeAttribute("PS.PhaseCreationInformation", ValueObject = true, 
    ServerTypeId = "{0f8b15a8-98aa-4751-ade9-9be047406427}")]
public class PhaseCreationInformation : ClientValueObject

Remarks

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

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

PhaseCreationInformation members

Microsoft.ProjectServer.Client namespace