OPC Studio User's Guide and Reference
AcknowledgerId Property (AEAcknowledgeConditionArguments)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace > AEAcknowledgeConditionArguments Class : AcknowledgerId Property
A string passed in by the client, identifying who is acknowledging the condition. This is an attribute (AcknowledgerID) of the condition that identifies who acknowledged the condition. This is just a string generated by the client. This is also included as the ActorId in the acknowledgment event notification sent to all subscribing clients. When omitted, a DefaultAcknowledgerId value is used. An AcknowledgerId cannot result in an empty string, since such AcknowledgerId is used to indicate that the event was automatically acknowledged by the server.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property AcknowledgerId As String
'Usage
 
Dim instance As AEAcknowledgeConditionArguments
Dim value As String
 
instance.AcknowledgerId = value
 
value = instance.AcknowledgerId
[NotNull()]
public string AcknowledgerId {get; set;}
[NotNull()]
public:
property String^ AcknowledgerId {
   String^ get();
   void set (    String^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The default value of this property is "{OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.AEAcknowledgeConditionArguments}".

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also