REST.Backend.EMSProvider.TCustomEMSProvider.GetProviderID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProviderID: string;

C++

System::UnicodeString __fastcall GetProviderID();

Properties

Type Visibility Source Unit Parent
function protected
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSProvider

Description

Returns the provider identifier value for EMS.

GetProviderID returns the string value EMS for the backend provider.

See Also