ProjectTaskParticipants Property |
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ProjectTaskParticipant> Participants { get; }
Public ReadOnly Property Participants As ChildCollection(Of ProjectTaskParticipant)
Get
public:
property ChildCollection<ProjectTaskParticipant^>^ Participants {
ChildCollection<ProjectTaskParticipant^>^ get ();
}
member Participants : ChildCollection<ProjectTaskParticipant> with get
Property Value
Type:
ChildCollectionProjectTaskParticipant
See Also