Stage.Phase property

Gets or sets the phase that contains the stage.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property Phase As Phase
    Get
    Set
'Usage
Dim instance As Stage
Dim value As Phase

value = instance.Phase

instance.Phase = value
[RemoteAttribute]
public Phase Phase { get; set; }

Property value

Type: Microsoft.ProjectServer.Client.Phase
A workflow phase.

See also

Reference

Stage class

Stage members

Microsoft.ProjectServer.Client namespace