Datasnap.DSAuth.TDSCustomRoleItem.Exclude

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TDSCustomRoleItem

Delphi

property Exclude : TStrings read FExclude write SetExclude;

C++

__property System::Classes::TStrings* Exclude = {read=FExclude, write=SetExclude};

Description

Specifies a list of entities to which the roles of this item do not apply.

Exclude is a list of entities to which the roles of this item do not apply. These entities can be any string you like. Meaning is given to roles based on the ApplyTo property, and by the Authentication Manager.

See Also