Project.GetResourcePlan method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
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)
public ResourcePlan GetResourcePlan(
DateTime start,
DateTime end,
TimeScale timeScale
)
Parameters
- start
Type: System.DateTime
- end
Type: System.DateTime
- timeScale
Type: Microsoft.ProjectServer.Client.TimeScale
Return value
Type: Microsoft.ProjectServer.Client.ResourcePlan