REST.Backend.MetaTypes.IBackendModuleResourceName.GetResourceName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetResourceName: string;

C++

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

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.MetaTypes.pas
REST.Backend.MetaTypes.hpp
REST.Backend.MetaTypes IBackendModuleResourceName

Description

Returns the name of a resource from an module that is registered in a backend server.

For instance, GetResourceName returns the name of a resource from an EMS EdgeModule that is registered in the RAD Server Engine (EMS Server).

See Also