Opc.Ua.Core
FindReferencesToTarget Method (IReferenceCollection)



Opc.Ua Namespace > IReferenceCollection Interface : FindReferencesToTarget Method
The target identifier.
Returns a list of references to the specified target.
Syntax
'Declaration
 
Function FindReferencesToTarget( _
   ByVal targetId As ExpandedNodeId _
) As IList(Of IReference)
'Usage
 
Dim instance As IReferenceCollection
Dim targetId As ExpandedNodeId
Dim value As IList(Of IReference)
 
value = instance.FindReferencesToTarget(targetId)
IList<IReference> FindReferencesToTarget( 
   ExpandedNodeId targetId
)
IList<IReference^>^ FindReferencesToTarget( 
   ExpandedNodeId^ targetId
) 

Parameters

targetId
The target identifier.

Return Value

A list of references to the specified target.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IReferenceCollection Interface
IReferenceCollection Members