OPCAE.NET Reference Manual
AcknowledgerID Property
See Also  Send Feedback
OPCAE.NET.Controls Namespace > EventView Class : AcknowledgerID Property

Glossary Item Box

The Acknowledger ID string is sent to the OPC server in event acknowledge calls.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
<DefaultValueAttribute()>
<DescriptionAttribute("The Acknowledger ID sent to the OPC server in event acknowledge calls.")>
Public Property AcknowledgerID As String
C# 
[CategoryAttribute("Behavior")]
[RefreshPropertiesAttribute(RefreshProperties.All)]
[DefaultValueAttribute()]
[DescriptionAttribute("The Acknowledger ID sent to the OPC server in event acknowledge calls.")]
public string AcknowledgerID {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.