EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.Users

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Users: TArray<string> read GetUsers;

C++

__property System::DynamicArray<System::UnicodeString> Users = {read=GetUsers};

Properties

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

Description

List of users that have access to the endpoint or resource.

See Also