ProtocolReflector::ServiceType Property

 
Use BaseTrue

Gets the type of the Web service class being reflected to produce ServiceDescription objects.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property Type^ ServiceType {
	Type^ get();
}

Property Value

Type: System::Type^

The type of the Web service class being reflected to produce ServiceDescription objects.

A Web service class is identified by the WebServiceAttribute.

.NET Framework
Available since 1.1
Return to top
Show: