Opc.Ua.Core
TargetId Property (IReference)



Opc.Ua Namespace > IReference Interface : TargetId Property
The identifier for the target node.
Syntax
'Declaration
 
ReadOnly Property TargetId As ExpandedNodeId
'Usage
 
Dim instance As IReference
Dim value As ExpandedNodeId
 
value = instance.TargetId
ExpandedNodeId TargetId {get;}
property ExpandedNodeId^ TargetId {
   ExpandedNodeId^ get();
}

Property Value

The target identifier.
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

IReference Interface
IReference Members