'DeclarationSub Modify( _ ByVal newType As ConditionValueTypes, _ ByVal newValue As System.Object _ )
'UsageDim instance As IConditionValue Dim newType As ConditionValueTypes Dim newValue As System.Object instance.Modify(newType, newValue)
void Modify( ConditionValueTypes newType, System.object newValue )
procedure Modify( 
    newType: ConditionValueTypes;
    newValue: System.TObject
); function Modify( newType : ConditionValueTypes, newValue : System.Object );
void Modify( ConditionValueTypes newType, System.Object* 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.