Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

QueryStringParameterCollection::Contains Method (String^)

 

Gets a value that indicates whether a QueryStringParameter exists in this collection.

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

public:
bool Contains(
	String^ parameterName
)

Parameters

parameterName
Type: System::String^

The name of the QueryStringParameter to look for in this collection.

Return Value

Type: System::Boolean

true if the QueryStringParameter exists in this collection; otherwise, false.

Return to top
Show: