Click or drag to resize

ArrayResponseT Properties

The ArrayResponseT type exposes the following members.

Properties
 NameDescription
Public propertyData Array of entities.

E.g. array of Station for an GetStations(AuthTicket) call.
Public propertyMessage Details about unsuccessful requests (e.g. validation errors).
Empty if Result = TRUE.
(Inherited from BaseResponse)
Public propertyResult TRUE for successful requests.
If FALSE, see Message for details about warnings/errors.
(Inherited from BaseResponse)
Top
See Also