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
start
Type: System.DateTimeThe start date for the resource plan data.
end
Type: System.DateTimeThe end date for the resource plan data.
timeScale
Type: Microsoft.ProjectServer.Client.TimeScaleAn enumeration that represents a time scale (for example, days or weeks).
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.