EntityType class

Represents a type of Project Server entity.

Syntax

CSOM

class EntityType 

JSOM

PS.EntityType

REST Interface

Supported.

PS.EntityType

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EntityTypes/AssignmentEntity
http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EntityTypes/ProjectEntity
http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EntityTypes/ResourceEntity
http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/EntityTypes/TaskEntity

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Data Type Description
ID Guid Gets the GUID of the entity type.
Name String Gets the name of the entity type.

See Also

CustomField
CustomFieldCreationInformation
EntityTypes