AckComment.UseDefault property
- Last UpdatedJul 19, 2024
- 1 minute read
The AckComment.UseDefault property is a read-write Boolean property that gets or sets the usage of the default acknowledgement comment.
Syntax
result = AlarmClient.AckComment.UseDefault;
AlarmClient.AckComment.UseDefault = useComment;
Example
AlarmClient1.AckComment.UseDefault = 1;
AlarmClient1.AckComment.DefaultValue = "This alarm is acknowledged by John Smith";
Remarks
For more information, see Show current alarms or recent alarms and events.