QuickOPC User's Guide and Reference
BaseNodeDescriptor Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UANamedNodePath Class : BaseNodeDescriptor Property
The base (starting) node of the path.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property BaseNodeDescriptor As UANodeDescriptor
'Usage
 
Dim instance As UANamedNodePath
Dim value As UANodeDescriptor
 
instance.BaseNodeDescriptor = value
 
value = instance.BaseNodeDescriptor
[NotNull()]
public UANodeDescriptor BaseNodeDescriptor {get; set;}
[NotNull()]
public:
property UANodeDescriptor^ BaseNodeDescriptor {
   UANodeDescriptor^ get();
   void set (    UANodeDescriptor^ 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