SoapServerMethod::ReturnSerializer Property

 

Gets the XmlSerializer used with return values from this Web service method.

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

public:
property XmlSerializer^ ReturnSerializer {
	XmlSerializer^ get();
}

Property Value

Type: System.Xml.Serialization::XmlSerializer^

The XmlSerializer used with return values from this Web service method.

.NET Framework
Available since 2.0
Return to top
Show: