VTo DoAlarms Property
This is used to get the alarm properties. There may be more than
one.
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If the returned collection is empty, there are no alarms for the object. For vCalendar 1.0, this collection represents the AALARM, DALARM, MALARM, and PALARM properties. For iCalendar 2.0, this collection represents the VALARM component which covers the same functions as the vCalendar 1.0 properties.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VAlarmCollection Alarms { get; }VB
Public ReadOnly Property Alarms As VAlarmCollection
GetC++
public:
property VAlarmCollection^ Alarms {
VAlarmCollection^ get ();
}F#
member Alarms : VAlarmCollection with getProperty Value
VAlarmCollectionIf the returned collection is empty, there are no alarms for the object. For vCalendar 1.0, this collection represents the AALARM, DALARM, MALARM, and PALARM properties. For iCalendar 2.0, this collection represents the VALARM component which covers the same functions as the vCalendar 1.0 properties.