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
)
Protected Sub DoAddCustomItem (
name As String,
value As Object
)
Dim name As String
Dim value As Object
Me.DoAddCustomItem(name, value)
protected:
void DoAddCustomItem(
String^ name,
Object^ value
)
Parameters
- name
- Type: SystemString
The property name. - value
- Type: SystemObject
The property value.
See Also