EndpointCollectionElement.EndpointName プロパティ

定義

派生クラスで実装された場合は、サービス エンドポイント要素の name 属性の値を取得します。

public:
 property System::String ^ EndpointName { System::String ^ get(); };
public string EndpointName { get; }
member this.EndpointName : string
Public ReadOnly Property EndpointName As String

プロパティ値

サービス エンドポイント要素の name 属性の値。

適用対象