 | EventAlarms Property |
List of alarms for this event.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<Alarm> Alarms { get; }Public ReadOnly Property Alarms As List(Of Alarm)
Get
public:
property List<Alarm^>^ Alarms {
List<Alarm^>^ get ();
}member Alarms : List<Alarm> with get
Property Value
ListAlarm
See Also