EMS.Services.IEMSResourceResponseContent.StatusCode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: IEMSResourceResponseContent

Delphi

property StatusCode: Integer read GetStatusCode;

C++

__property int StatusCode = {read=GetStatusCode};

Description

Status code of the response.

See Also