Data.Cloud.AzureAPI.TSignedIdentifier.AsXML

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function AsXML: string; virtual;

C++

virtual System::UnicodeString __fastcall AsXML();

Description

Returns the XML representation of the signed identifier that you can use for create and update Azure requests.

See Also