BindingCollection.Add Method (Binding)

 

Adds the specified Binding to the end of the BindingCollection.

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

member Add : 
        binding:Binding -> int

Parameters

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

The Binding to add to the collection.

Return Value

Type: System.Int32

The zero-based index where the binding parameter has been added.

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

.NET Framework
Available since 1.1
Return to top
Show: