groupUsers Property

Summary

Gets a dictionary which defines a group (as the key) and the users that belong to it (as a collection of user names).

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnGroupsRoles.prototype, 'groupUsers', 
	get: function() 
) 
groupUsers: { [key: string]: string[] }; // read-only 

Property Value

Dictionary which defines a group (as the key) and the users that belong to it (as a collection of user names). Default value is an empty dictionary ready to be used.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.