StageDetailPage.Stage property
Gets a link to the related workflow stage for the PDP. Read-only Stage. Read-only Stage.
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 StageDetailPage
Dim value As Stage
value = instance.Stage
[RemoteAttribute]
public Stage Stage { get; }
Property value
Type: Microsoft.ProjectServer.Client.Stage
The workflow stage.