Opc.Ua.Core
DisplayName Property (ILocalNode)



Opc.Ua Namespace > ILocalNode Interface : DisplayName Property
The localized display name.
Syntax
'Declaration
 
Shadows Property DisplayName As LocalizedText
'Usage
 
Dim instance As ILocalNode
Dim value As LocalizedText
 
instance.DisplayName = value
 
value = instance.DisplayName
new LocalizedText DisplayName {get; set;}
new property LocalizedText^ DisplayName {
   LocalizedText^ get();
   void set (    LocalizedText^ value);
}

Property Value

The display name.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ILocalNode Interface
ILocalNode Members