ProjectContext.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
Public ReadOnly Property EntityTypes As EntityTypes
    Get
'Usage
Dim instance As ProjectContext
Dim value As EntityTypes

value = instance.EntityTypes
public EntityTypes EntityTypes { get; }

Property value

Type: Microsoft.ProjectServer.Client.EntityTypes
An EntityType object.

Remarks

Project Server entity types include projects, enterprise resources, tasks, assignments, custom fields, and so on.

See also

Reference

ProjectContext class

ProjectContext members

Microsoft.ProjectServer.Client namespace