ProjectServer.EnterpriseResources property

Gets the collection of enterprise resources in a Project Web App instance.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property EnterpriseResources As EnterpriseResourceCollection
    Get
'Usage
Dim instance As ProjectServer
Dim value As EnterpriseResourceCollection

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

Property value

Type: Microsoft.ProjectServer.Client.EnterpriseResourceCollection
A collection of EnterpriseResource objects.

Remarks

A project can also include local resources that are specific to each project.

See also

Reference

ProjectServer class

ProjectServer members

Microsoft.ProjectServer.Client namespace