System.JSON.Types.TJsonDBRef.AsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsString: String read GetAsString write SetAsString;

C++

__property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonDBRef

Description

Provides access to DB reference value as a string.

The AsString property provides access to DB reference value as a string with 'db.ref.id' format.

See Also