Opc.Ua.Core
Description Property (ILocalNode)



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

Property Value

The description.
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