Datasnap.DSCommonServer.TDSMethodInfo.AuthRole

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property AuthRole: TObject read FAuthRole write SetAuthRole;

C++

__property System::TObject* AuthRole = {read=FAuthRole, write=SetAuthRole};

Description

Specifies an RTTI attribute used for authoring purposes.

The AuthRole property specifies an RTTI attribute used for user authoring purposes.

See Also