EnterpriseProjectTypeCollection constructor
Creates an instance of the EnterpriseProjectTypeCollection class.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Sub New ( _
context As ClientRuntimeContext, _
objectPath As ObjectPath _
)
'Usage
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath
Dim instance As New EnterpriseProjectTypeCollection(context, _
objectPath)
public EnterpriseProjectTypeCollection(
ClientRuntimeContext context,
ObjectPath objectPath
)
Parameters
context
Type: Microsoft.SharePoint.Client.ClientRuntimeContextThe client run-time context for using remote objects.
objectPath
Type: Microsoft.SharePoint.Client.ObjectPathThe path of the object in the client context.
See also
Reference
EnterpriseProjectTypeCollection class