EMS.ResourceTypes.TEMSResourceEndPoint.SegmentParameters

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: TEMSResourceEndPoint

Delphi

property SegmentParameters: TEMSEndPointSegmentList read GetSegmentParameters;

C++

__property TEMSEndpointSegmentList* SegmentParameters = {read=GetSegmentParameters};

Description

Returns a list of URL segments that the endpoint matches.

See Also