ProjectContext.EntityTypes 属性

通过 CSOM 获取公开的项目服务器实体的类型。

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
Public ReadOnly Property EntityTypes As EntityTypes
    Get
用法
Dim instance As ProjectContext
Dim value As EntityTypes

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

属性值

类型:Microsoft.ProjectServer.Client.EntityTypes
一个EntityType对象。

备注

项目服务器实体类型包括项目、 企业资源、 任务、 工作分配、 自定义字段,等等。

另请参阅

引用

ProjectContext 类

ProjectContext 成员

Microsoft.ProjectServer.Client 命名空间