ID Property (Alert)

Provides access to the GUID of the alert.

Syntax

ScriptContext.Alert.ID

Access

Read only.

Return Type

String.

Example

To access the GUID of an alert, enter:

Dim MYalert
Dim MYGUID
set MYalert = ScriptContext.Alert
set MYGUID = MYalert.ID