The text of the sought-for object. You can use wildcards (* or ?) or specify regular expressions (regexp:...).
Namespace:
SmartBear.TestLeft.TestObjects.TextRecognition
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string Text { get; set; }
Public Property Text As String
Get
Set
Dim instance As TextPattern
Dim value As String
value = instance.Text
instance.Text = value
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also