The PPResource
object stores information on a resource (a user) used to complete tasks in a project plan. The ProjectPlan.Resources
property of a project plan contains a list of PPResource
objects that store information on resources allocated for the plan.
To work with plan resources, you need a user account that belongs to a security group that has the Read, Add, and Update privileges for Project Plan Maintenance (Project Manager).
Properties
UserId : integer
The ID of the resource assigned to the project plan.
PersonName : string (max 100 chars)
The name of the resource (user) assigned to the project plan, in the Last name, First name
format.
StandardRate : decimal
Resource cost per hour.
PersonName : string (max 100 chars)
The name of the resource (user) assigned to the project plan, in the Last name, First name
format.
StandardRate : decimal
Resource cost per hour.
UserId : integer
The ID of the resource assigned to the project plan.
Example
XML
<UserId>24667</UserId>
<PersonName>Doe, John</PersonName>
<StandardRate>0</StandardRate>
</PPResource>