EMS.ResourceTypes.TEMSResourceEndPoint.FullName
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: EMS.ResourceTypes.pas EMS.ResourceTypes.hpp
| |
Unit: EMS.ResourceTypes | |
Parent: TEMSResourceEndPoint |
Delphi
property FullName: string read GetFullName;
C++
__property System::UnicodeString FullName = {read=GetFullName};
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>".