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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Parameters
- parameterName
-
Type:
System::String^
The name of the FormPostParameter to look for in this collection.
Return Value
Type: System::Booleantrue if the FormPostParameter exists in this collection; otherwise, false.
Show: