Value to be written to the device.
The item value must alway be written to the generic server cache in the canonical data type defined when the item was added.
Syntax
Visual Basic (Declaration) | |
---|
Public Value As Object |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DeviceItemValue
Dim value As Object
value = instance.Value
instance.Value = value |
Managed Extensions for C++ | |
---|
public: Object* Value |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also