Opc.Ua.Core
Value Property (UAVariable)



Opc.Ua.Export Namespace > UAVariable Class : Value Property
Syntax
'Declaration
 
Public Property Value As XmlElement
'Usage
 
Dim instance As UAVariable
Dim value As XmlElement
 
instance.Value = value
 
value = instance.Value
public XmlElement Value {get; set;}
public:
property XmlElement^ Value {
   XmlElement^ get();
   void set (    XmlElement^ value);
}
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

UAVariable Class
UAVariable Members