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