EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.Groups

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Groups: TArray<string> read GetGroups;

C++

__property System::DynamicArray<System::UnicodeString> Groups = {read=GetGroups};

Properties

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

Description

List of user groups that have access to the endpoint or resource.

See Also