EnterpriseProjectType class
Creates an object that represents an enterprise project type.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.EnterpriseProjectType
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.EnterpriseProjectType", ServerTypeId := "{ad51dec6-6566-49ce-adea-04b9cf609aa8}")> _
Public Class EnterpriseProjectType _
Inherits ClientObject
'Usage
Dim instance As EnterpriseProjectType
[ScriptTypeAttribute("PS.EnterpriseProjectType", ServerTypeId = "{ad51dec6-6566-49ce-adea-04b9cf609aa8}")]
public class EnterpriseProjectType : ClientObject
Remarks
An enterprise project organizes a set of other projects.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.