Click or drag to resize

SearchPatternBaseToString Method

Returns a user-friendly string representation of properties and values used in the search pattern.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public override string ToString()

Return Value

Type: String
A string containing a list of property-value pairs in the format "property name: property value" (one entry per line).
See Also