AttendeePropertyCollection(IListAttendeeProperty) 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: 2023.1.2.0
public AttendeePropertyCollection(
	IList<AttendeeProperty> attendees
)

Parameters

attendees  IListAttendeeProperty
The IListT of attendees to add

See Also