EasyUA Reference
FindReferenceType Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ITypeTable Interface : FindReferenceType Method

browseName
Browse name of the reference.

Glossary Item Box

Returns the node identifier for the reference type with the specified browse name.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ITypeTable
Dim browseName As QualifiedName
Dim value As NodeId
 
value = instance.FindReferenceType(browseName)
C# 
NodeId FindReferenceType( 
   QualifiedName browseName
)

Parameters

browseName
Browse name of the reference.

Return Value

The identifier for the browseName

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.