Share via


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

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

Property Value

Type: System.String
Setting this property also changes the Url property value.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

NavigateToUrlAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged

Url