AlarmCount Property
The number of records in the Alarm arrays.
Syntax
int GetAlarmCount();
int SetAlarmCount(int iAlarmCount);
Default Value
0
Remarks
This property controls the size of the following arrays:- AlarmAction
- AlarmAttachment
- AlarmAttachmentType
- AlarmDuration
- AlarmMessage
- AlarmRecipient
- AlarmRepeat
- AlarmSubject
- AlarmTrigger
The array indices start at 0 and end at AlarmCount-1.
This property is not available at design time.
Data Type
Integer