ResourcePlan class
Represents a high-level look at what resources might be needed for a project.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.ResourcePlan
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.ResourcePlan", ServerTypeId := "{bc48b6f5-3436-4e16-8d29-f1f8872b878b}")> _
Public Class ResourcePlan _
Inherits ClientObject
'Usage
Dim instance As ResourcePlan
[ScriptTypeAttribute("PS.ResourcePlan", ServerTypeId = "{bc48b6f5-3436-4e16-8d29-f1f8872b878b}")]
public class ResourcePlan : ClientObject
Remarks
A resource plan is 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. A resource plan is mostly for project initiation, so it is associated with proposals. After the project is approved and becomes a project, the planning process begins, and a team is built, by using the enterprise resource pool or the local resource pool.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.