Data.Cloud.AmazonAPI.TAmazonListPartsResult.OwnerDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OwnerDisplayName: string read FOwnerDisplayName write FOwnerDisplayName;

C++

__property System::UnicodeString OwnerDisplayName = {read=FOwnerDisplayName, write=FOwnerDisplayName};

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonListPartsResult

Description

The display name of the owner of the multipart upload.

OwnerDisplayName represents the display name of the owner of the multipart upload.

See Also