Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This data type includes the role information of a project contact. 

Format

Panel
titlePwsContactRole

...

Element

Data Type

Description

Sample Data

ProjectRoleIdentity

PwsProjectRoleRef

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
languagexml
titleExample 01
collapsetrue
                     <a:PwsContactRole>
                        <a:ProjectRoleIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                        <a:RoleName>Engagement Manager</a:RoleName>
                     </a:PwsContactRole>

...