StageCreationInformation.PhaseId property
Gets or sets the GUID for the phase that contains the project stage.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property PhaseId As Guid
Get
Set
'Usage
Dim instance As StageCreationInformation
Dim value As Guid
value = instance.PhaseId
instance.PhaseId = value
[RemoteAttribute]
public Guid PhaseId { get; set; }
Property value
Type: System.Guid
The phase GUID.
See also
Reference
StageCreationInformation class