ProtocolElementCollection::ContainsKey Method (Object^)
.NET Framework (current version)
Returns a Boolean that indicates whether a ProtocolElement with the specified key exists in the collection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- key
-
Type:
System::Object^
The key of the ProtocolElement to find in the collection.
Return Value
Type: System::Booleantrue if the collection contains a ProtocolElement with the specified key; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: