Opc.Ua.Core
TargetPath Property



Opc.Ua Namespace > NodeStateHierarchyReference Class : TargetPath Property
Gets the path to the target node.
Syntax
'Declaration
 
Public ReadOnly Property TargetPath As String
'Usage
 
Dim instance As NodeStateHierarchyReference
Dim value As String
 
value = instance.TargetPath
public string TargetPath {get;}
public:
property String^ TargetPath {
   String^ get();
}

Property Value

The target path.
Remarks
Only one of TargetId or TargetPath is specified.
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

NodeStateHierarchyReference Class
NodeStateHierarchyReference Members