REST.Backend.KinveyApi.TKinveyApi.TFile.ID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ID: string read FID;

C++

__property System::UnicodeString ID = {read=FID};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TFile

Description

Contains the ID of the file.

The ID property stores the ID of the file as a string.

See Also