Share via


EnterpriseProjectType.ProjectPlanTemplateId property

Gets or sets the GUID of the project plan template that was created with an enterprise project type.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property ProjectPlanTemplateId As Guid
    Get
    Set
'Usage
Dim instance As EnterpriseProjectType
Dim value As Guid

value = instance.ProjectPlanTemplateId

instance.ProjectPlanTemplateId = value
[RemoteAttribute]
public Guid ProjectPlanTemplateId { get; set; }

Property value

Type: System.Guid
The GUID of a project plan template.

See also

Reference

EnterpriseProjectType class

EnterpriseProjectType members

Microsoft.ProjectServer.Client namespace