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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace > AEAcknowledgeConditionArguments Class : Comment Property
Comment string passed in by the client associated with acknowledging the condition. An empty string indicating no comment is allowed. When omitted, an empty string is used instead.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Property Comment As String
'Usage
 
Dim instance As AEAcknowledgeConditionArguments
Dim value As String
 
instance.Comment = value
 
value = instance.Comment
[DefaultValue("")]
[NotNull()]
public string Comment {get; set;}
[DefaultValue("")]
[NotNull()]
public:
property String^ Comment {
   String^ get();
   void set (    String^ value);
}
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