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

エンドポイント コレクション要素。

適用対象