Datasnap.DSAuth.TRoleAuth

From RAD Studio API Documentation
Jump to: navigation, search

System.TCustomAttributeSystem.TObjectTRoleAuth

Delphi

TRoleAuth = class(TCustomAttribute)

C++

class PASCALIMPLEMENTATION TRoleAuth : public System::TCustomAttribute

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth Datasnap.DSAuth

Description

Attribute that you can use in a server class or in a server method to specify the roles that are authorized or not authorized to use the methods of the target class or the target method.

See Also