Attendee Property Collection(IListAttendee Property) Constructor
Construct the collection using a list of AttendeeProperty objects
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public AttendeePropertyCollection(
IList<AttendeeProperty> attendees
)VB
Public Sub New (
attendees As IList(Of AttendeeProperty)
)C++
public:
AttendeePropertyCollection(
IList<AttendeeProperty^>^ attendees
)F#
new :
attendees : IList<AttendeeProperty> -> AttendeePropertyCollectionParameters
- attendees IListAttendeeProperty
- The IListT of attendees to add