Data.Cloud.CloudAPI.TCloudQueueMessage.MessageId

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property MessageId: string read FMessageId;

C++

__property System::UnicodeString MessageId = {read=FMessageId};

Description

Specifies the unique ID of the message.

See Also