ProjectServer.EntityTypes property
Gets the types of Project Server entities that are exposed through the CSOM.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property EntityTypes As EntityTypes
Get
'Usage
Dim instance As ProjectServer
Dim value As EntityTypes
value = instance.EntityTypes
[RemoteAttribute]
public EntityTypes EntityTypes { get; }
Property value
Type: Microsoft.ProjectServer.Client.EntityTypes
An EntityTypes object.
Remarks
Project Server entity types include, for example, projects, enterprise resources, tasks, assignments, and custom fields.