'Declaration
<NotNullAttribute()> Property ActorId As String
'Usage
Dim instance As _AEEventData Dim value As String instance.ActorId = value value = instance.ActorId
[NotNull()] string ActorId {get; set;}
'Declaration
<NotNullAttribute()> Property ActorId As String
'Usage
Dim instance As _AEEventData Dim value As String instance.ActorId = value value = instance.ActorId
[NotNull()] string ActorId {get; set;}
This property is used only for Tracking Events and for Condition-Related Events which are acknowledgment notifications (see EventType).
For tracking events, this is the actor ID for the event notification.
For condition-related events, this is the AcknowledgerID when the new state is acknowledged. If the AcknowledgerID is an empty string, the event was automatically acknowledged by the server.
For other events, the value is an empty string.
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows