Datasnap.DSAuth.TDSCustomRoleItem.Exclude

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Exclude : TStrings read FExclude write SetExclude;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSCustomRoleItem

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