BindingCollection.Contains Method (Binding)

 

Returns a value indicating whether the specified Binding is a member of the BindingCollection.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Contains : 
        binding:Binding -> bool

Parameters

binding
Type: System.Web.Services.Description.Binding

A Binding for which to check collection membership.

Return Value

Type: System.Boolean

true if the binding parameter is a member of the BindingCollection; otherwise, false.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: