BindingsSection.BindingCollections 属性

定义

获取 BindingCollectionElement 实例的集合。

public:
 property System::Collections::Generic::List<System::ServiceModel::Configuration::BindingCollectionElement ^> ^ BindingCollections { System::Collections::Generic::List<System::ServiceModel::Configuration::BindingCollectionElement ^> ^ get(); };
public System.Collections.Generic.List<System.ServiceModel.Configuration.BindingCollectionElement> BindingCollections { get; }
member this.BindingCollections : System.Collections.Generic.List<System.ServiceModel.Configuration.BindingCollectionElement>
Public ReadOnly Property BindingCollections As List(Of BindingCollectionElement)

属性值

BindingCollectionElement 实例的集合。

适用于