ProtocolReflector.ServiceType プロパティ

定義

ServiceDescription オブジェクトを生成するために反映される Web サービス クラスの型を取得します。

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

プロパティ値

ServiceDescription オブジェクトを生成するために反映される Web サービス クラスの型。

注釈

Web サービス クラスは、 WebServiceAttributeによって識別されます。

適用対象