AVEVA OMI Software Developer Kit



Value Property
Gets the value of the data item.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Value As Value
'Usage
 
Dim instance As VTQ
Dim value As Value
 
value = instance.Value
public abstract Value Value {get;}
public:
abstract property Value^ Value {
   Value^ get();
}
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