BindingCollectionElement::ContainsKey Method (String^)

 

Determines whether a binding exists in the collection using the specified name.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
virtual bool ContainsKey(
	String^ name
) abstract

Parameters

name
Type: System::String^

The name of the binding to be located.

Return Value

Type: System::Boolean

true if the collection contains the binding with the specified name; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: