EndpointCollectionElement.EndpointType プロパティ

定義

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

public:
 abstract property Type ^ EndpointType { Type ^ get(); };
public abstract Type EndpointType { get; }
member this.EndpointType : Type
Public MustOverride ReadOnly Property EndpointType As Type

プロパティ値

サービス エンドポイントの種類。

適用対象