Free Busy Property CollectionAdd(Free Busy Type, Period) Method
Add a FreeBusyProperty to the collection and assign it the specified type and period
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns the new property that was created and added to the collection
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public FreeBusyProperty Add(
FreeBusyType type,
Period p
)VB
Public Function Add (
type As FreeBusyType,
p As Period
) As FreeBusyPropertyC++
public:
FreeBusyProperty^ Add(
FreeBusyType type,
Period^ p
)F#
member Add :
type : FreeBusyType *
p : Period -> FreeBusyProperty Parameters
- type FreeBusyType
- The type to assign to the new property
- p Period
- The period value to assign to the new property
Return Value
FreeBusyPropertyReturns the new property that was created and added to the collection