Datasnap.DSAuth.TDSRoleItem.Exclude

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Exclude;

C++

__property Exclude;

Description

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

Datasnap.DSAuth.TDSRoleItem.Exclude inherits from Datasnap.DSAuth.TDSCustomRoleItem.Exclude. All content below this line refers to Datasnap.DSAuth.TDSCustomRoleItem.Exclude.

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