EMS.ResourceTypes.TEMSResourceEndPoint.FullName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullName: string read GetFullName;

C++

__property System::UnicodeString FullName = {read=GetFullName};

Properties

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

Description

Fully-qualified name of the resource endpoint, which is the combination of the name of the parent resource and the name of this endpoint separated by a dot ("."). For example: "<MyResource>.<MyEndpoint>".