다음을 통해 공유


ProtocolReflector.ServiceType 속성

정의

ServiceDescription 개체를 생성하기 위해 반영되고 있는 웹 서비스 클래스의 형식을 가져옵니다.

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

속성 값

Type

ServiceDescription 개체를 생성하기 위해 반영되고 있는 웹 서비스 클래스의 형식입니다.

설명

웹 서비스 클래스에서 식별 되는 WebServiceAttribute합니다.

적용 대상