FreeBusyPropertyCollection(IList<FreeBusyProperty>) Constructor

Construct the collection using a list of FreeBusyProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public FreeBusyPropertyCollection(
	IList<FreeBusyProperty> freeBusys
)

Parameters

freeBusys  IList<FreeBusyProperty>
The IList<T> of free/busy items to add

See Also