Specifies the configuration of a given event.
This object has the following properties:
|
Property |
Description |
|---|---|
|
Enabled() As Boolean |
Enables/disables the event definition. |
|
Http() As Boolean |
Determines whether IPAddress refers to an HTTP destination or a TCP/IP destination. |
|
IPAddress() As String |
Specifies the address to which the EventDefinition object is returned. |
|
Key() As String |
Specifies an application-specific key name used in routing event information. |
|
Persistence() As Integer |
Specifies the number of days to keep the event record available to the application. The event record is maintained in the user database. |
|
Port() As Integer |
Specifies the port number to be used in conjunction with IPAddress. |
|
ReadOnly Property Events() As EventDefinition |
Returns the EventDefinition object. |