CustomBindingCollectionElement.Bindings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.