EnterpriseProjectType.Order property
Gets or sets the position of an enterprise project type in a list of enterprise project types.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Order As Integer
Get
Set
'Usage
Dim instance As EnterpriseProjectType
Dim value As Integer
value = instance.Order
instance.Order = value
[RemoteAttribute]
public int Order { get; set; }
Property value
Type: System.Int32
A numerical value that represents the position in a list.