System::Web::Services::Protocols::SoapMessage::GetInParameterValue method

SoapMessage::GetInParameterValue method

Gets the input parameter value at the specified index.

System::SharedPtr<Object> System::Web::Services::Protocols::SoapMessage::GetInParameterValue(int32_t index)
ParameterTypeDescription
indexint32_tThe index of the input parameter.

ReturnValue

The input parameter value.

See Also