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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UANodeDescriptor Interface : BrowsePath Property
Specifies the browse path for the OPC node.
Syntax
'Declaration
 
<NotNullAttribute()>
Property BrowsePath As UABrowsePath
'Usage
 
Dim instance As _UANodeDescriptor
Dim value As UABrowsePath
 
instance.BrowsePath = value
 
value = instance.BrowsePath
[NotNull()]
UABrowsePath BrowsePath {get; set;}
[NotNull()]
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