WebTestRequest.UrlWithQueryString Property

Gets the URL to the resource that is used for the request, including the query string.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property UrlWithQueryString As String
'Usage
Dim instance As WebTestRequest 
Dim value As String 

value = instance.UrlWithQueryString
public string UrlWithQueryString { get; }
public:
property String^ UrlWithQueryString {
    String^ get ();
}
public function get UrlWithQueryString () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

WebTestRequest Class

WebTestRequest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace