GetResponseAdditionalData

Description

Gets the additional string data in the response.

Applies to

BatchDataObjects object

Syntax

objectname.GetResponseAdditionalData ( )

Argument

Description

objectname

A reference to the BatchDataObjects object.


Return value

String.

Examples

The following example gets the additional data:

string ls_return
li_return = lnv_RestClient.RetrieveOrUpdateWithModels( lbdo_test, ls_url)
ls_return = lbdo_test.GetResponseAdditionalData()

See also

SetAdditionalData