| EventAlarms Property |
List of alarms for this event.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
ListAlarmSee Also