'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;}
'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;}
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.