groupRoles Property

Summary

Gets a dictionary which define the group (as the key) and the roles that belong to it (as a collection of roles).

Syntax

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

Property Value

The dictionary which define the group (as the key) and the roles that belong to it (as a collection of roles). Default value is an empty dictionary ready to be used.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly