Data.Cloud.AzureAPI.TSignedIdentifier.Id

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Id: string read FId write FId;

C++

__property System::UnicodeString Id = {read=FId, write=FId};

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TSignedIdentifier

Description

Specifies the unique ID.

The Id property specifies the unique ID. Note that the maximum length of the unique identifier is 64 characters.

See Also