Data.Cloud.CloudAPI.TCloudResponseInfo.StatusCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StatusCode: Integer read FStatusCode write FStatusCode;

C++

__property int StatusCode = {read=FStatusCode, write=FStatusCode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudResponseInfo

Description

Specifies the status code of the response.

StatusCode represents the account name used for authentication with the service.

See Also