Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URL to start.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public Uri Url { get; set; }
public:
property Uri^ Url {
Uri^ get();
void set(Uri^ value);
}
member Url : Uri with get, set
Public Property Url As Uri
Property Value
Type: System.Uri
The URL to start.
Remarks
Setting this property also changes the UrlString property value.
Setting this property raises the PropertyChanged event.
See Also
PropertyChanged
UrlString
NavigateToUrlAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top