DSAzure.TAccessPolicy.AsXML

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AsXML: String;

C++

System::UnicodeString __fastcall AsXML();

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAccessPolicy

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