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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.ComTypes Namespace > _NodeDescriptor Interface : BrowsePath Property
Specifies the browse path for the OPC node.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property BrowsePath As BrowsePath
'Usage
 
Dim instance As _NodeDescriptor
Dim value As BrowsePath
 
instance.BrowsePath = value
 
value = instance.BrowsePath
[CanBeNull()]
BrowsePath BrowsePath {get; set;}
[CanBeNull()]
property BrowsePath^ BrowsePath {
   BrowsePath^ get();
   void set (    BrowsePath^ value);
}
Requirements

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

See Also

Reference

_NodeDescriptor Interface
_NodeDescriptor Members