QuickOPC User's Guide and Reference
AcknowledgerId Property (AEAcknowledgeConditionArguments)



OpcLabs.EasyOpcClassic 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 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
 
<DefaultValueAttribute("{OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.AEAcknowledgeConditionArguments}")>
<NotNullAttribute()>
Public Property AcknowledgerId As String
'Usage
 
Dim instance As AEAcknowledgeConditionArguments
Dim value As String
 
instance.AcknowledgerId = value
 
value = instance.AcknowledgerId
[DefaultValue("{OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.AEAcknowledgeConditionArguments}")]
[NotNull()]
public string AcknowledgerId {get; set;}
[DefaultValue("{OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.AEAcknowledgeConditionArguments}")]
[NotNull()]
public:
property String^ AcknowledgerId {
   String^ get();
   void set (    String^ value);
}
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

AEAcknowledgeConditionArguments Class
AEAcknowledgeConditionArguments Members