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()
Public Overrides Function ToString As String
Dim instance As SearchPatternBase
Dim returnValue As String
returnValue = instance.ToString()
public:
virtual String^ ToString() override
Return Value
Type:
StringA string containing a list of property-value pairs in the format "property name: property value" (one entry per line).
See Also