ProjectParticipantProjectTypeRole Property |
The role which the participant will play in the project. null means that the role is undefined. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TypeRole ProjectTypeRole { get; set; }
Public Property ProjectTypeRole As TypeRole
Get
Set
public:
property TypeRole^ ProjectTypeRole {
TypeRole^ get ();
void set (TypeRole^ value);
}
member ProjectTypeRole : TypeRole with get, set
Property Value
Type:
TypeRole
See Also