System.Web.Services.Configuration.ProtocolElementCollection.ContainsKey Method

Returns a bool that indicates whether a System.Web.Services.Configuration.ProtocolElement with the specified key exists in the collection.

Syntax

public bool ContainsKey (object key)

Parameters

key
The key of the System.Web.Services.Configuration.ProtocolElement to find in the collection.

Returns

true if the collection contains a System.Web.Services.Configuration.ProtocolElement with the specified key; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Services.Configuration
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0