EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.AllowCreator

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: TACL

Delphi

property AllowCreator: Boolean read GetAllowCreator;

C++

__property bool AllowCreator = {read=GetAllowCreator, nodefault};

Description

Indicates whether the creator of the endpoint or resource can access that endpoint or resource (True) or not (False).

See Also