EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.Groups

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 Groups: TArray<string> read GetGroups;

C++

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

Description

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

See Also