Click or drag to resize

ProjectTaskParticipants Property

List of ProjectTaskParticipant child objects, based on the Projects.ProjectTaskParticipant.ProjectTask back reference

Namespace:  Aloe.EnterpriseOne.Model.Projects
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ChildCollection<ProjectTaskParticipant> Participants { get; }

Property Value

Type: ChildCollectionProjectTaskParticipant
See Also