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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UANodeDescriptor Class : BrowsePath Property
Specifies the browse path for the OPC node.
Syntax
'Declaration
 
Public Property BrowsePath As UABrowsePath
'Usage
 
Dim instance As UANodeDescriptor
Dim value As UABrowsePath
 
instance.BrowsePath = value
 
value = instance.BrowsePath
public UABrowsePath BrowsePath {get; set;}
public:
property UABrowsePath^ BrowsePath {
   UABrowsePath^ get();
   void set (    UABrowsePath^ value);
}
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