System::Web::Services::Protocols::SoapMessage::set_OutParameters method

SoapMessage::set_OutParameters method

Sets the output parameters passed into the XML Web service method.

void System::Web::Services::Protocols::SoapMessage::set_OutParameters(System::ArrayPtr<System::SharedPtr<Object>> value)
ParameterTypeDescription
valueSystem::ArrayPtr<System::SharedPtr<Object>>The value that must be set.

See Also