ProtocolReflector::OutputMessage Property

 
Use BaseTrue

Gets the Web Services Description Language (WSDL) output message for the abstract operation that the protocol reflector is currently generating from a Web service method.

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

public:
property Message^ OutputMessage {
	Message^ get();
}

Property Value

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

The Web Services Description Language (WSDL) output message for the abstract operation that the protocol reflector is currently generating from a Web service method.

.NET Framework
Available since 1.1
Return to top
Show: