EntityType class
Represents a type of Project Server entity.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.EntityType
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.EntityType", ServerTypeId := "{91585f46-a1c2-40c2-b5b4-7c29a3fb40ff}")> _
Public Class EntityType _
Inherits ClientObject
'Usage
Dim instance As EntityType
[ScriptTypeAttribute("PS.EntityType", ServerTypeId = "{91585f46-a1c2-40c2-b5b4-7c29a3fb40ff}")]
public class EntityType : ClientObject
Remarks
Examples of Project Server entities are projects, tasks, assignments, calendars, links, and resources.
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.