EMS.ResourceTypes.TEMSResourceAttributes.ResourceSuffix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes TEMSResourceAttributes

Description

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

See Also