NavigateToUrlAction.UrlString Property

 

Gets or sets the URL as a string.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public string UrlString { get; set; }
public:
property String^ UrlString {
    String^ get();
    void set(String^ value);
}
member UrlString : string with get, set
Public Property UrlString As String

Property Value

Type: System.String

Setting this property also changes the Url property value.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
Url
NavigateToUrlAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top