System::Web::Services::Protocols::SoapDocumentMethodAttribute::set_RequestElementName method

SoapDocumentMethodAttribute::set_RequestElementName method

Sets the name of the XML element associated with the SOAP request, which is defined in a service description as an operation.

void System::Web::Services::Protocols::SoapDocumentMethodAttribute::set_RequestElementName(String value)
ParameterTypeDescription
valueStringThe value that must be set.

See Also