QuickOPC User's Guide and Reference
BrowsePath Property (IUANodeElement)



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
[DefaultValue(OpcLabs.EasyOpc.UA.Navigation.UABrowsePath, "")]
[NotNull()]
UABrowsePath BrowsePath {get;}
[DefaultValue(OpcLabs.EasyOpc.UA.Navigation.UABrowsePath, "")]
[NotNull()]
property UABrowsePath^ BrowsePath {
   UABrowsePath^ get();
}
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