'Declaration
Public Property Cookie As Long
'Usage
Dim instance As AEEventDataPayload Dim value As Long instance.Cookie = value value = instance.Cookie
public long Cookie {get; set;}
Property Value
The default value of this property is 0
.
'Declaration
Public Property Cookie As Long
'Usage
Dim instance As AEEventDataPayload Dim value As Long instance.Cookie = value value = instance.Cookie
public long Cookie {get; set;}
The default value of this property is 0
.
This property is used only for Condition-Related Events (see EventType).
The cookie is used by the client when acknowledging the condition. This value is opaque to the client.