GetOutParameterValue()

SoapMessage::GetOutParameterValue(int32_t) method

Gets the output parameter value at the specified index.

System::SharedPtr<Object> System::Web::Services::Protocols::SoapMessage::GetOutParameterValue(int32_t index)

Arguments

ParameterTypeDescription
indexint32_tThe index of the output parameter.

Return Value

The output parameter value.

See Also