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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > IUANodeElement Interface : DisplayName Property
The display name of the node (this string is localized and intended to be human readable).
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
ReadOnly Property DisplayName As String
'Usage
 
Dim instance As IUANodeElement
Dim value As String
 
value = instance.DisplayName
[DefaultValue("")]
[NotNull()]
string DisplayName {get;}
[DefaultValue("")]
[NotNull()]
property String^ DisplayName {
   String^ 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