DSAzure.TAzureService.ETag

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureService

Delphi

property ETag: String read GetResponseETag;

C++

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

Description

Specifies the HTTP entity tag.

Read the ETag property to obtain the HTTP entity tag.

See Also