Opc.Ua.Core
Description Property (NodeState)



Opc.Ua Namespace > NodeState Class : Description Property
The localized description for the node.
Syntax
'Declaration
 
Public Property Description As LocalizedText
'Usage
 
Dim instance As NodeState
Dim value As LocalizedText
 
instance.Description = value
 
value = instance.Description
public LocalizedText Description {get; set;}
public:
property LocalizedText^ Description {
   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