The type may be any of the simple or array types defined in OPC Specification Section 2.7.
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ItemValue Dim value As Object instance.Value = value value = instance.Value | |
| C# | |
|---|---|
[XmlElementAttribute(1)] public object Value {get; set;} | |
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>