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.

FormPostParameterCollection::Contains Method (String^)

 

Gets a value that indicates whether a FormPostParameter occurs 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 FormPostParameter to look for in this collection.

Return Value

Type: System::Boolean

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

Return to top
Show: