Only for Tracking events. For tracking events, this is the actor ID for the event notification. For condition-related events, this is the AcknowledgerID when OPC_CONDITION_ACKED is set in wNewState. If the AcknowledgerID is a NULL string, the event was automatically acknowledged by the server. For other events, the value is null (Nothing).
Syntax
Visual Basic (Declaration) | |
---|
Public ActorID As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EventData
Dim value As String
value = instance.ActorID
instance.ActorID = value |
Managed Extensions for C++ | |
---|
public: string* ActorID |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also