QuickOPC User's Guide and Reference
TargetName Property (UABrowsePathElement)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UABrowsePathElement Class : TargetName Property
The browse name of the target node.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property TargetName As UAQualifiedName
 
'Usage
 
Dim instance As UABrowsePathElement
Dim value As UAQualifiedName
 
instance.TargetName = value
 
value = instance.TargetName
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also