Overview
This data type includes the role information of a project contact.
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
ProjectRoleIdentity | The identity of project role for this project contact. Click here for more information. | ||
RoleName | String | If this project contact is a booked or requested resource, this is the name of the role. Otherwise, it indicates what this project contact does on this project and this list includes: Engagement Manager, Project Management, Client, and Issue Owner. | Engagement Manager |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a:PwsContactRole> <a:ProjectRoleIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/> <a:RoleName>Engagement Manager</a:RoleName> </a:PwsContactRole> |
...