Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Apps, Widgets, and Controls

RequiresShelveSignature property

  • Last UpdatedJul 19, 2024
  • 1 minute read

The RequiresShelveSignature property is a read-write Boolean property to specify if a user signature is required to shelve an alarm.

Syntax

To Set:

AlarmClient.RequiresShelveSignature = boolean_value;

Example

AlarmClient1.RequiresShelveSignature = true;

Syntax

To Get:

boolean_variable_name> = AlarmClient.RequiresShelveSignature;

Example

dim bIsShlvSigned as boolean;

bIsShlvSigned = AlarmClient1.RequiresShelveSignature;

Remarks

For more information, see Configure the Alarm Control to require a SHELVE signature.

In This Topic
TitleResults for “How to create a CRG?”Also Available in