FreeBusyPropertyCollection(IList<FreeBusyProperty>) Constructor
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public FreeBusyPropertyCollection(
IList<FreeBusyProperty> freeBusys
)
Public Sub New (
freeBusys As IList(Of FreeBusyProperty)
)
public:
FreeBusyPropertyCollection(
IList<FreeBusyProperty^>^ freeBusys
)
new :
freeBusys : IList<FreeBusyProperty> -> FreeBusyPropertyCollection
Parameters
- freeBusys IList<FreeBusyProperty>
- The IList<T> of free/busy items to add