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: String
Setting this property also changes the Url property value.
Remarks
Setting this property raises the PropertyChanged event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.