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
)
Public Function Add (
name As String,
value As Object
) As SearchPatternBase
Dim instance As SearchPatternBase
Dim name As String
Dim value As Object
Dim returnValue As SearchPatternBase
returnValue = instance.Add(name, value)
public:
SearchPatternBase^ Add(
String^ name,
Object^ value
)
Parameters
- name
- Type: SystemString
The property name. - value
- Type: SystemObject
The property value.
Return Value
Type:
SearchPatternBaseThe search pattern object.
See Also