EMS.ResourceAPI.TEndpointRequest.Resource

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 Resource: string read GetResource;

C++

__property System::UnicodeString Resource = {read=GetResource};

Description

Name of the resource that is the target of the request.

See Also