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

プロパティ値

Type

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

適用対象