Click or drag to resize

ActionType Properties

IT Hit WebDAV Classes Reference

The ActionType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAudio
Represents audio alarm. String value is "AUDIO", integer value is 1.
Public propertyStatic memberDisplay
Represents alarm that is displayed as a message on a screen. String value is "DISPLAY", integer value is 2.
Public propertyStatic memberEmail
Represents alarm that is sent as an e-mail message. String value is "EMAIL", integer value is 3.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Top
See Also