Opc.Ua.Core
DisplayName Property (INode)



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

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

INode Interface
INode Members