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