Data.DBXPlatform.TDSInvocationMetadata.ResponseContentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResponseContentType: string read FResponseContentType write FResponseContentType;

C++

__property System::UnicodeString ResponseContentType = {read=FResponseContentType, write=FResponseContentType};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDSInvocationMetadata

Description

Specifies a custom HTTP content type.

The ResponseContentType property is a UnicodeString specifying a custom HTTP content type.

See Also