Free Busy Property Collection(IListFree Busy Property) 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
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public FreeBusyPropertyCollection(
IList<FreeBusyProperty> freeBusys
)VB
Public Sub New (
freeBusys As IList(Of FreeBusyProperty)
)C++
public:
FreeBusyPropertyCollection(
IList<FreeBusyProperty^>^ freeBusys
)F#
new :
freeBusys : IList<FreeBusyProperty> -> FreeBusyPropertyCollectionParameters
- freeBusys IListFreeBusyProperty
- The IListT of free/busy items to add