DSAzure.TAzureService.ETag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ETag: String read GetResponseETag;

C++

__property System::UnicodeString ETag = {read=GetResponseETag};

Properties

Type Visibility Source Unit Parent
property public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

Description

Specifies the HTTP entity tag.

Read the ETag property to obtain the HTTP entity tag.

See Also