EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.IsPublic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsPublic: Boolean read GetPublic;

C++

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

Properties

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

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