IEventBaseAlarms Property 
IT Hit WebDAV Classes Reference 
            Gets reminder or alarm for a calendar component.
            
 
    Namespace: 
   ITHit.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
SyntaxIComponentList<IAlarm> Alarms { get; }ReadOnly Property Alarms As IComponentList(Of IAlarm)
	Get
property IComponentList<IAlarm^>^ Alarms {
	IComponentList<IAlarm^>^ get ();
}abstract Alarms : IComponentList<IAlarm> with get
Property Value
Type: 
IComponentListIAlarm
Remarkshttps://tools.ietf.org/html/rfc5545#section-3.6.6
See Also