EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.AllowCreator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowCreator: Boolean read GetAllowCreator;

C++

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

Properties

Type Visibility Source Unit Parent
property public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TACL

Description

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

See Also