EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.IsPublic

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 IsPublic: Boolean read GetPublic;

C++

__property bool IsPublic = {read=GetPublic, nodefault};

Description

Indicates whether anyone can access the endpoint or resource (True) or access is restricted (False) to certain users, groups, or the creator.

See Also