EMS.ResourceTypes.TEMSResourceAttributes.ResourceSuffix

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ResourceSuffix[const AMethod: string]: string read GetResourceSuffix write SetResourceSuffix;

C++

__property System::UnicodeString ResourceSuffix[const System::UnicodeString AMethod] = {read=GetResourceSuffix, write=SetResourceSuffix};

Description

String to use as resource suffix for the endpoint method with the specified method name.

See Also