OPCDA.NET Reference Manual
ItemName Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > ShowBrowseTree Class : ItemName Method

node
TreeNode object of the item

Glossary Item Box

Get the full name of the item/branch in the specified branch. This method is typically used to get the name of the node selcted in a treeView.

Syntax

Visual Basic (Declaration) 
Public Function ItemName( _
   ByVal node As TreeNode _
) As String
C# 
public string ItemName( 
   TreeNode node
)

Parameters

node
TreeNode object of the item

Return Value

full item/branch name

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.