ProtocolReflector.ServiceType 属性
定义
获取正在反射以生成 ServiceDescription 对象的 Web 服务类的类型。Gets the type of the Web service class being reflected to produce ServiceDescription objects.
public:
property Type ^ ServiceType { Type ^ get(); };
public Type ServiceType { get; }
member this.ServiceType : Type
Public ReadOnly Property ServiceType As Type
属性值
正在反射以生成 ServiceDescription 对象的 Web 服务类的类型。The type of the Web service class being reflected to produce ServiceDescription objects.
注解
Web 服务类由标识 WebServiceAttribute 。A Web service class is identified by the WebServiceAttribute.