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

Glossary Item Box

Group Name in server. The name can be empty and is used mainly for debug purposes.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("OPC")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Optional name of the group in the server.")>
Public Property Name As String
C# 
[CategoryAttribute("OPC")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Optional name of the group in the server.")]
public string Name {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.