EMS.ResourceAPI.TEndpointSegments.operator []
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: EMS.ResourceAPI.hpp | |
| Unit: EMS.ResourceAPI | |
| Parent: TEndpointSegments | |
C++
System::UnicodeString operator[](const int AIndex) { return this->Items[AIndex]; }
Description
Gives you access to the list of segments by index using the brackets operator on an instance of TEndpointSegments.