EnterpriseProjectTypeCollection class
Represents a collection of EnterpriseProjectType (EPT) objects.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<EnterpriseProjectType>
Microsoft.ProjectServer.Client.EnterpriseProjectTypeCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.EnterpriseProjectTypeCollection", ServerTypeId := "{cbea79d3-a220-4cdd-acf3-fa6b23c04f4f}")> _
Public Class EnterpriseProjectTypeCollection _
Inherits ClientObjectCollection(Of EnterpriseProjectType)
'Usage
Dim instance As EnterpriseProjectTypeCollection
[ScriptTypeAttribute("PS.EnterpriseProjectTypeCollection", ServerTypeId = "{cbea79d3-a220-4cdd-acf3-fa6b23c04f4f}")]
public class EnterpriseProjectTypeCollection : ClientObjectCollection<EnterpriseProjectType>
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.
See also
Reference
EnterpriseProjectTypeCollection members
Microsoft.ProjectServer.Client namespace
EPTCreationInformation