Value property
The first and second value to use in this criterion. The second value
may be ignored, depending on the operator specified.
Syntax
C++
HRESULT
get_Value1(VARIANT* pValue1)
HRESULT get_Value2(VARIANT* pValue2)
HRESULT put_Value1(VARIANT myValue1)
HRESULT put_Value2(VARIANT myValue2)
Scripting languages
value
= object.Value1
value = object.Value2
object.Value1=value
object.Value2=value
|