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.

WebTestRequestHeaderCollection::Contains Method (String^)

 

Returns a value that indicates whether a WebTestRequestHeader occurs in this collection.

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

public:
bool Contains(
	String^ headerName
)

Parameters

headerName
Type: System::String^

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

Return Value

Type: System::Boolean

true if the WebTestRequestHeader occurs in this collection; otherwise, false.

Return to top
Show: