set_RequestElementName()

SoapDocumentMethodAttribute::set_RequestElementName(String) 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)

Arguments

ParameterTypeDescription
valueStringThe value that must be set.

See Also