Click or drag to resize

ResponseT Properties

The ResponseT type exposes the following members.

Properties
 NameDescription
Public propertyData Single entity.

E.g. one Station for an GetStation(AuthTicket, Int16) 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