Adds a custom property to the search pattern and returns the pattern object.
You can explore your tested application in the TestLeft UI Spy to choose the appropriate property and value.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public ProcessPattern Add(
string name,
Object value
)
Public Function Add (
name As String,
value As Object
) As ProcessPattern
Dim instance As ProcessPattern
Dim name As String
Dim value As Object
Dim returnValue As ProcessPattern
returnValue = instance.Add(name, value)
public:
ProcessPattern^ Add(
String^ name,
Object^ value
)
Parameters
- name
- Type: SystemString
The property name - value
- Type: SystemObject
The property value
Return Value
Type:
ProcessPatternThe search pattern object.
See Also