DSAzure.TAzureService.ResponseDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseDate: TDateTime read GetResponseDate;

C++

__property System::TDateTime ResponseDate = {read=GetResponseDate};

Properties

Type Visibility Source Unit Parent
property public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

Description

Returns the origin date and time for the last response received.

The ResponseDate read-only property gets the origin date and time for the last response received.

See Also