WebTestRequest.HasQueryStringParameters Property

Gets a value that indicates whether the request has querystring parameters.

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

Syntax

'Declaration
Public ReadOnly Property HasQueryStringParameters As Boolean
'Usage
Dim instance As WebTestRequest 
Dim value As Boolean 

value = instance.HasQueryStringParameters
public bool HasQueryStringParameters { get; }
public:
property bool HasQueryStringParameters {
    bool get ();
}
public function get HasQueryStringParameters () : boolean

Property Value

Type: System.Boolean
true if the request has querystring parameters; otherwise, false.

.NET Framework Security

See Also

Reference

WebTestRequest Class

WebTestRequest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace