ProjectCreationInformation.EnterpriseProjectTypeId property
Gets or sets the GUID of the enterprise project type (EPT).
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property EnterpriseProjectTypeId As Guid
Get
Set
'Usage
Dim instance As ProjectCreationInformation
Dim value As Guid
value = instance.EnterpriseProjectTypeId
instance.EnterpriseProjectTypeId = value
[RemoteAttribute]
public Guid EnterpriseProjectTypeId { get; set; }
Property value
Type: System.Guid
The GUID of the EPT.
Remarks
When creating a project, setting the EnterpriseProjectTypeId property is optional. If no EPT is specified, Project Server uses the default value. Unless the default value is changed, the default EPT is "Basic Project Plan." The default EPT can be changed by updating the IsDefault() property, or by editing EPTs in the Enterprise Project Types page in Project Web App (https://ServerName/PwaName/_layouts/15/pwa/Admin/EnterpriseProjectTypes.aspx).
See also
Reference
ProjectCreationInformation class