共用方式為


StandardEndpointsSection.Item[String] 屬性

定義

傳回包含指定端點的端點項目集合。

public:
 property System::ServiceModel::Configuration::EndpointCollectionElement ^ default[System::String ^] { System::ServiceModel::Configuration::EndpointCollectionElement ^ get(System::String ^ endpoint); };
public System.ServiceModel.Configuration.EndpointCollectionElement this[string endpoint] { get; }
member this.Item(string) : System.ServiceModel.Configuration.EndpointCollectionElement
Default Public ReadOnly Property Item(endpoint As String) As EndpointCollectionElement

參數

endpoint
String

端點的名稱。

屬性值

EndpointCollectionElement

端點集合項目。

適用於