Click or drag to resize

SearchPatternBaseAdd Method

Adds a custom property to the search pattern and returns the pattern object.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public SearchPatternBase Add(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The property name.
value
Type: SystemObject
The property value.

Return Value

Type: SearchPatternBase
The search pattern object.
See Also