OPC Studio User's Guide and Reference
BrowsePath Property (IUANodeElement)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > IUANodeElement Interface : BrowsePath Property
Specifies the browse path for the OPC node.
Syntax
'Declaration
 
<DefaultValueAttribute(OpcLabs.EasyOpc.UA.Navigation.UABrowsePath, "")>
<NotNullAttribute()>
ReadOnly Property BrowsePath As UABrowsePath
 
'Usage
 
Dim instance As IUANodeElement
Dim value As UABrowsePath
 
value = instance.BrowsePath
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