Opc.Ua.Core
DisplayName Property (NodeState)



Opc.Ua Namespace > NodeState Class : DisplayName Property
The display name for the node.
Syntax
'Declaration
 
Public Property DisplayName As LocalizedText
'Usage
 
Dim instance As NodeState
Dim value As LocalizedText
 
instance.DisplayName = value
 
value = instance.DisplayName
public LocalizedText DisplayName {get; set;}
public:
property LocalizedText^ DisplayName {
   LocalizedText^ get();
   void set (    LocalizedText^ value);
}

Property Value

Human readable qualified with a locale.
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

NodeState Class
NodeState Members