QuickOPC User's Guide and Reference
BrowseName Property (IUANodeElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > IUANodeElement Interface : BrowseName Property
Browse name of the node (this string is intended for programmatic use).
Syntax
'Declaration
 
<DefaultValueAttribute(OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName, "")>
<NotNullAttribute()>
ReadOnly Property BrowseName As UAQualifiedName
'Usage
 
Dim instance As IUANodeElement
Dim value As UAQualifiedName
 
value = instance.BrowseName
[DefaultValue(OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName, "")]
[NotNull()]
UAQualifiedName BrowseName {get;}
[DefaultValue(OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName, "")]
[NotNull()]
property UAQualifiedName^ BrowseName {
   UAQualifiedName^ 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