StandardEndpointsSection.EndpointCollections 속성

정의

표준 엔드포인트의 컬렉션을 반환합니다.

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

속성 값

List<EndpointCollectionElement>

제네릭 목록입니다.

적용 대상