ProjectServer.EnterpriseResources 属性

在一个Project Web App实例中获取的企业资源的集合。

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

语法

声明
<RemoteAttribute> _
Public ReadOnly Property EnterpriseResources As EnterpriseResourceCollection
    Get
用法
Dim instance As ProjectServer
Dim value As EnterpriseResourceCollection

value = instance.EnterpriseResources
[RemoteAttribute]
public EnterpriseResourceCollection EnterpriseResources { get; }

属性值

类型:Microsoft.ProjectServer.Client.EnterpriseResourceCollection
EnterpriseResource对象的集合。

备注

项目还可以包含特定于每个项目中的本地资源。

另请参阅

引用

ProjectServer 类

ProjectServer 成员

Microsoft.ProjectServer.Client 命名空间