QuickOPC User's Guide and Reference
DisplayName Property (_UANodeElement)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.ComTypes Namespace > _UANodeElement Interface : DisplayName Property
The display name of the node (this string is localized and intended to be human readable).
Syntax
'Declaration
 
<NotNullAttribute()>
Property DisplayName As String
 
'Usage
 
Dim instance As _UANodeElement
Dim value As String
 
instance.DisplayName = value
 
value = instance.DisplayName
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