다음을 통해 공유


DraftProject.ProjectResources property

Gets the collection of resources for a project.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ProjectResources As DraftProjectResourceCollection
    Get
'Usage
Dim instance As DraftProject
Dim value As DraftProjectResourceCollection

value = instance.ProjectResources
[RemoteAttribute]
public DraftProjectResourceCollection ProjectResources { get; }

Property value

Type: Microsoft.ProjectServer.Client.DraftProjectResourceCollection
A collection of project resources.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace