_Global.SetMatchingField Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool SetMatchingField (string Field, string Value, string CheckField, string CheckValue, object CheckTest, object CheckOperation, object CheckField2, object CheckValue2, object CheckTest2);
abstract member SetMatchingField : string * string * string * string * obj * obj * obj * obj * obj -> bool
Public Function SetMatchingField (Field As String, Value As String, CheckField As String, CheckValue As String, Optional CheckTest As Object, Optional CheckOperation As Object, Optional CheckField2 As Object, Optional CheckValue2 As Object, Optional CheckTest2 As Object) As Boolean
Parameters
- Field
- String
- Value
- String
- CheckField
- String
- CheckValue
- String
- CheckTest
- Object
- CheckOperation
- Object
- CheckField2
- Object
- CheckValue2
- Object
- CheckTest2
- Object