Click or drag to resize

SearchPatternBaseDoAddCustomItem Method

Adds a custom property to the search pattern.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
protected void DoAddCustomItem(
	string name,
	Object value
)

Parameters

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