EMS.ResourceTypes.TEMSResourceAttributes.EndPointName

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 EndPointName[const AMethod: string]: string read GetEndPointName write SetEndPointName;

C++

__property System::UnicodeString EndPointName[const System::UnicodeString AMethod] = {read=GetEndPointName, write=SetEndPointName};

Description

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

See Also