OPC Studio User's Guide and Reference
HasNodePathAndName Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation Namespace > UANamedNodeDescriptor Class : HasNodePathAndName Property
Determines whether this named node descriptor has non-null named node path, and a non-empty node name.
Syntax
'Declaration
 
Public ReadOnly Property HasNodePathAndName As Boolean
'Usage
 
Dim instance As UANamedNodeDescriptor
Dim value As Boolean
 
value = instance.HasNodePathAndName
public bool HasNodePathAndName {get;}
public:
property bool HasNodePathAndName {
   bool get();
}

Property Value

The default value of this property is False.

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