Datasnap.DSAuth.TDSRoleItem.Exclude

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Exclude: TStrings read FExclude write SetExclude;

C++

__property Exclude;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSRoleItem

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