NavigateToUrlAction.Url Property

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

'Declaration
Public Property Url As Uri
public Uri Url { get; set; }
public:
property Uri^ Url {
    Uri^ get ();
    void set (Uri^ value);
}
member Url : Uri with get, set
function get Url () : Uri 
function set Url (value : Uri)

Property Value

Type: Uri
The URL to start.

Remarks

Setting this property also changes the UrlString property value.

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

NavigateToUrlAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged

UrlString