StageCustomField.Stage property
Gets a link to the Stage entity.
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 StageCustomField
Dim value As Stage
value = instance.Stage
[RemoteAttribute]
public Stage Stage { get; }
Property value
Type: Microsoft.ProjectServer.Client.Stage
A stage object.