ProjectDetailPageCreationInformation.Position property

Gets or sets a value that indicates the order of placement of a project detail page in a list of project detail pages.

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 ProjectDetailPageCreationInformation
Dim value As Integer

value = instance.Position

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

Property value

Type: System.Int32
A numerical value for the order of placement.

See also

Reference

ProjectDetailPageCreationInformation class

ProjectDetailPageCreationInformation members

Microsoft.ProjectServer.Client namespace