QuickOPC 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
 
<DefaultValueAttribute(False)>
Public ReadOnly Property HasNodePathAndName As Boolean
'Usage
 
Dim instance As UANamedNodeDescriptor
Dim value As Boolean
 
value = instance.HasNodePathAndName
[DefaultValue(false)]
public bool HasNodePathAndName {get;}
[DefaultValue(false)]
public:
property bool HasNodePathAndName {
   bool get();
}
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