REST.Backend.KinveyApi.TKinveyApi.TObjectID.BackendCollectionName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackendCollectionName: string read FBackendCollectionName;

C++

__property System::UnicodeString BackendCollectionName = {read=FBackendCollectionName};

Properties

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

Description

Contains the backend collection name of the TObjectID record.

The BackendCollectionName property stores the backend collection name of the TObjectID as a string.

See Also