Share via


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)

속성 값

List<BindingCollectionElement>

BindingCollectionElement 인스턴스의 컬렉션입니다.

적용 대상