Opc.Ua.Core
FindReferencesToTarget Method (ReferenceCollection)



Opc.Ua Namespace > ReferenceCollection Class : FindReferencesToTarget Method
The target identifier.
Returns a list of references to the specified target.
Syntax
'Declaration
 
Public Function FindReferencesToTarget( _
   ByVal targetId As ExpandedNodeId _
) As IList(Of IReference)
'Usage
 
Dim instance As ReferenceCollection
Dim targetId As ExpandedNodeId
Dim value As IList(Of IReference)
 
value = instance.FindReferencesToTarget(targetId)
public IList<IReference> FindReferencesToTarget( 
   ExpandedNodeId targetId
)
public:
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

ReferenceCollection Class
ReferenceCollection Members