set_ParameterStyle()

SoapDocumentMethodAttribute::set_ParameterStyle(SoapParameterStyle) method

Sets a value that indicates if parameters are encapsulated within a single XML element beneath the ‘Body’ element.

void System::Web::Services::Protocols::SoapDocumentMethodAttribute::set_ParameterStyle(SoapParameterStyle value)

Arguments

ParameterTypeDescription
valueSoapParameterStyleThe value that must be set.

See Also