SearchPatternBase.DoAddCustomItem 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)
Syntaxprotected 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: System.String
The property name. - value
- Type: System.Object
The property value.
See Also