'Declaration
Public Property Time As Date
'Usage
Dim instance As AEEventDataPayload Dim value As Date instance.Time = value value = instance.Time
public DateTime Time {get; set;}
'Declaration
Public Property Time As Date
'Usage
Dim instance As AEEventDataPayload Dim value As Date instance.Time = value value = instance.Time
public DateTime Time {get; set;}
For example, if the event notification is for acknowledgment of a condition, this would be the time that the condition became acknowledged.