Data.Cloud.AzureAPI.TTablePolicy.CanAddTable

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property CanAddTable: Boolean read FCanAddTable write FCanAddTable;

C++

__property bool CanAddTable = {read=FCanAddTable, write=FCanAddTable, nodefault};

Description

Determines whether this policy grants add table permission (True) or not (False).

The add table permission allows you to:

See Also