DSAzure.TAzureService.ReturnCode
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: DSAzure.pas DSAzure.hpp
| |
Unit: DSAzure | |
Parent: TAzureService |
Delphi
property ReturnCode: Integer read FReturnCode;
C++
__property int ReturnCode = {read=FReturnCode, nodefault};
Description
HTTP response code returned from the last HTTP request made by the service.
ReturnCode holds a reference to the HTTP response code returned from the last HTTP request made by the service.