DSAzure.TAccessPolicy.AsXML

From RAD Studio API Documentation

[–] Properties
Type: function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAccessPolicy

Delphi

function AsXML: String;

C++

System::UnicodeString __fastcall AsXML();

Description

Returns an XML representation of the TAccessPolicy instance.

AsXML returns an XML representation of the TAccessPolicy instance. The XML is formatted as shown below:

<AccessPolicy><Start> Start </Start><Expiry> Expiry </Expiry><Permission> Permission </Permission></AccessPolicy>

where Start and Expiry are the corresponding field values, and Permission is the value returned by the GetPermission function.

See Also