EMS.Services.IEMSModuleResourceRequest.GetModuleName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetModuleName: string;

C++

virtual System::UnicodeString __fastcall GetModuleName() = 0 ;

Description

Getter of ModuleName.

GetModuleName returns the name of the EMS EdgeModule.

See Also