set_OutParameters()

SoapMessage::set_OutParameters(System::ArrayPtr<System::SharedPtr<Object>>) 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)

Arguments

ParameterTypeDescription
valueSystem::ArrayPtr<System::SharedPtr<Object>>The value that must be set.

See Also