DSAzure.TAccessPolicy.Permission
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: DSAzure.pas DSAzure.hpp
| |
| Unit: DSAzure | |
| Parent: TAccessPolicy | |
Delphi
property Permission: string read GetPermission write SetPermission;
C++
__property System::UnicodeString Permission = {read=GetPermission, write=SetPermission};
Description
Handles the string representation of the Perm fields.
Permission handles the parsing of a given String to set the Boolean values of the Perm fields. Permission can also be used to acquire a String representation of the current state of the fields. Each field's corresponding character is only present in the string if the field's value is set to True.