CustomBindingCollectionElement.Bindings Property

Definition

Gets the bindings defined in this section.

public:
 property System::ServiceModel::Configuration::CustomBindingElementCollection ^ Bindings { System::ServiceModel::Configuration::CustomBindingElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.ServiceModel.Configuration.CustomBindingElementCollection Bindings { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Bindings : System.ServiceModel.Configuration.CustomBindingElementCollection
Public ReadOnly Property Bindings As CustomBindingElementCollection

Property Value

A CustomBindingElementCollection that contains all the bindings defined in this section.

Attributes

Applies to