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)
Syntax
'Declaration
Public Function Contains ( _
parameterName As String _
) As Boolean
public bool Contains(
string parameterName
)
public:
bool Contains(
String^ parameterName
)
member Contains :
parameterName:string -> bool
public function Contains(
parameterName : String
) : boolean
Parameters
parameterName
Type: StringThe name of the FormPostParameter to look for in this collection.
Return Value
Type: Boolean
true if the FormPostParameter exists in this collection; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.