EMS.ResourceTypes.TEMSResourceEndPoint.SegmentParameters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SegmentParameters: TEMSEndPointSegmentList read GetSegmentParameters;

C++

__property TEMSEndpointSegmentList* SegmentParameters = {read=GetSegmentParameters};

Properties

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

Description

Returns a list of URL segments that the endpoint matches.

See Also