EnterpriseProjectTypeCreationInformation.Order property
Gets or sets a value that indicates whether the user wants the enterprise project type to appear at the end of the list of EPTs, or whether the user wants to control where it is placed in the list.
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 EnterpriseProjectTypeCreationInformation
Dim value As Integer
value = instance.Order
instance.Order = value
[RemoteAttribute]
public int Order { get; set; }
Property value
Type: System.Int32
True if the EPT is to appear at the end of a list of EPTs; otherwise, False.
See also
Reference
EnterpriseProjectTypeCreationInformation class