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