StageDetailPageCreationInformation.Position property

Gets or sets the position of a PDP relative to the other PDPs that are displayed in the 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 StageDetailPageCreationInformation
Dim value As Integer

value = instance.Position

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

Property value

Type: System.Int32
The number that represents the position.

See also

Reference

StageDetailPageCreationInformation class

StageDetailPageCreationInformation members

Microsoft.ProjectServer.Client namespace