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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace Namespace > UANodeElement Class : DisplayName Property
The display name of the node (this string is localized and intended to be human readable).
Syntax
'Declaration
 
<ColumnDisplayAttribute(1)>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, 
   Order=107, 
   ShortName="Display Name")>
Public Property DisplayName As String
'Usage
 
Dim instance As UANodeElement
Dim value As String
 
instance.DisplayName = value
 
value = instance.DisplayName
[ColumnDisplay(1)]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=107, 
   ShortName="Display Name")]
public string DisplayName {get; set;}
[ColumnDisplay(1)]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=107, 
   ShortName="Display Name")]
public:
property String^ DisplayName {
   String^ get();
   void set (    String^ value);
}
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