DSAzure.TAzureService.ReturnCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReturnCode: Integer read FReturnCode;

C++

__property int ReturnCode = {read=FReturnCode, nodefault};

Properties

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

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.