SoapServerMethod::ParameterStyle Property

 

Gets a SoapParameterStyle object that specifies how parameters are formatted in SOAP messages sent to this XML Web service method.

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

public:
property SoapParameterStyle ParameterStyle {
	SoapParameterStyle get();
}

Property Value

Type: System.Web.Services.Protocols::SoapParameterStyle

A SoapParameterStyle that specifies how parameters are formatted in SOAP messages sent to this XML Web service method.

.NET Framework
Available since 2.0
Return to top
Show: