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

Glossary Item Box

The OPC server defined in this object is accessed for all subscriptions handled by this control.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("OPC")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("This OPC Server object is used for server access.")>
Public Property DAServer As DAServer
C# 
[CategoryAttribute("OPC")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("This OPC Server object is used for server access.")]
public DAServer DAServer {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.