OPCDA.NET Reference Manual
ClientHandle Property
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace > DAGroup Class : ClientHandle Property

Glossary Item Box

Group Client Handle. This handle is only used in special situations.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("OPC")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Client defined handle for the group. Identifies the group in server callbacks.")>
Public Property ClientHandle As Integer
C# 
[CategoryAttribute("OPC")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Client defined handle for the group. Identifies the group in server callbacks.")]
public int ClientHandle {get; set;}

Requirements

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

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.