EntityTypes class

Represents the types of Project Server entities that are exposed through CSOM.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.EntityTypes

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("PS.EntityTypes", ServerTypeId := "{a5a44400-50a4-45cc-8d70-186019f739c1}")> _
Public Class EntityTypes _
    Inherits ClientObject
'Usage
Dim instance As EntityTypes
[ScriptTypeAttribute("PS.EntityTypes", ServerTypeId = "{a5a44400-50a4-45cc-8d70-186019f739c1}")]
public class EntityTypes : ClientObject

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.

See also

Reference

EntityTypes members

Microsoft.ProjectServer.Client namespace