QuickOPC User's Guide and Reference
ActorId Property (_AEEventData)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes Namespace > _AEEventData Interface : ActorId Property
Actor ID.
Syntax
'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;}
[NotNull()]
property String^ ActorId {
   String^ get();
   void set (    String^ value);
}
Remarks

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.

Requirements

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

See Also

Reference

_AEEventData Interface
_AEEventData Members