Data.Cloud.AzureAPI.TAzureBlob.Properties

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureBlob

Delphi

property Properties: TStrings read FProperties;

C++

__property System::Classes::TStrings* Properties = {read=FProperties};

Description

The blob's list of property name/value pairs.

The Properties property specifies the blob's list of property name/value pairs.

See Also