Project.GetResourcePlan method

Gets resource plan data for a project by filtering project data with date range and timescale parameters.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetResourcePlan ( _
    start As DateTime, _
    end As DateTime, _
    timeScale As TimeScale _
) As ResourcePlan
'Usage
Dim instance As Project
Dim start As DateTime
Dim end As DateTime
Dim timeScale As TimeScale
Dim returnValue As ResourcePlan

returnValue = instance.GetResourcePlan(start, _
    end, timeScale)
[RemoteAttribute]
public ResourcePlan GetResourcePlan(
    DateTime start,
    DateTime end,
    TimeScale timeScale
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.ResourcePlan
A resource plan.

Remarks

A resource plan provides a way to estimate corporate resource capacity when some projects are in full execution and others are still in the proposal phase or planning phase.

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace