StageDetailPage.Position property

Gets or sets the position of the PDP relative to the other PDPs that are displayed in the workflow stage.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property Position As Integer
    Get
    Set
'Usage
Dim instance As StageDetailPage
Dim value As Integer

value = instance.Position

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

Property value

Type: System.Int32
A number that represents a position.

See also

Reference

StageDetailPage class

StageDetailPage members

Microsoft.ProjectServer.Client namespace