dbicMonth Send comments on this topic.
AlarmAutoClear Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiPIM Class : AlarmAutoClear Property

Determines if the appointments will automatically be cleared from the collection after their alarm has been triggered.

Syntax

Visual Basic (Declaration) 
Public Overridable Property AlarmAutoClear As Boolean
C# 
public virtual bool AlarmAutoClear {get; set;}

Remarks

This property value is of type Boolean, indicating if the appointment will be removed from the alarm collection once they have been triggered.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also