EMS.ResourceAPI.TEndpointRequest.MethodString

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: TEndpointRequest

Delphi

property MethodString: string read GetMethodString;

C++

__property System::UnicodeString MethodString = {read=GetMethodString};

Description

Method of the request as a string.

See Also