Project.Stage property
Gets the current workflow stage of the project.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Stage As Stage
Get
'Usage
Dim instance As Project
Dim value As Stage
value = instance.Stage
[RemoteAttribute]
public Stage Stage { get; }
Property value
Type: Microsoft.ProjectServer.Client.Stage
The current workflow stage.