共用方式為


EntityType class

表示專案伺服器實體的型別。

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

'宣告
<ScriptTypeAttribute("PS.EntityType", ServerTypeId := "{91585f46-a1c2-40c2-b5b4-7c29a3fb40ff}")> _
Public Class EntityType _
    Inherits ClientObject
'用途
Dim instance As EntityType
[ScriptTypeAttribute("PS.EntityType", ServerTypeId = "{91585f46-a1c2-40c2-b5b4-7c29a3fb40ff}")]
public class EntityType : ClientObject

備註

Project Server 實體的範例包括專案、 工作、 工作分派、 行事曆、 連結及資源。

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.

請參閱

參照

EntityType members

Microsoft.ProjectServer.Client namespace