EMS.ResourceAPI.TEMSResource.EndpointNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EndpointNames: TArray<string> read GetEndpointNames;

C++

__property System::DynamicArray<System::UnicodeString> EndpointNames = {read=GetEndpointNames};

Properties

Type Visibility Source Unit Parent
property public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEMSResource

Description

Names that identify all the endpoints that your EMS resource supports.

See Also