'Declaration
Sub Modify( _ ByVal newType As ConditionValueTypes, _ ByVal newValue As System.Object _ )
'Usage
Dim instance As IConditionValue Dim newType As ConditionValueTypes Dim newValue As System.Object instance.Modify(newType, newValue)
void Modify( ConditionValueTypes newType, System.object newValue )
Parameters
- newType
- Specifies the new threshold value type for this condition value.
- newValue
- Specifies the new threshold value for this condition value.