ProjectServer.Phases property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Phases As PhaseCollection
Get
'Usage
Dim instance As ProjectServer
Dim value As PhaseCollection
value = instance.Phases
public PhaseCollection Phases { get; }
Property value
Type: Microsoft.ProjectServer.Client.PhaseCollection