ProtocolReflector::Service Property

 
Use BaseTrue

Gets the Web Services Description Language (WSDL) service that the protocol reflector is currently generating to contain a reference to the binding being generated.

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

public:
property Service^ Service {
	Service^ get();
}

Property Value

Type: System.Web.Services.Description::Service^

The Web Services Description Language (WSDL) service that the protocol reflector is currently generating to contain a reference to the binding being generated.

.NET Framework
Available since 1.1
Return to top
Show: