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



OpcLabs.EasyOpcClassic 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 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AEAcknowledgeConditionArguments Class
AEAcknowledgeConditionArguments Members