OPCDA.NET Reference Manual
GetItemID(String) Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcServer Class > GetItemID Method : GetItemID(String) Method

itemDataID
IN: Item id

Glossary Item Box

Get the full item name of the specified name in the current branch. (IOPCBrowseServerAddressSpace::GetItemID ) If any error occurs an OPCException is thrown.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetItemID( _
   ByVal itemDataID As String _
) As String
C# 
public string GetItemID( 
   string itemDataID
)

Parameters

itemDataID
IN: Item id

Return Value

fully qualified item 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.