←Select platform

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
C#
Objective-C
C++/CLI
Java
Python
public Dictionary<string, List<string>> GroupUsers { get; } 
@property (nonatomic, strong, readonly) NSDictionary<NSString *, NSArray<NSString *> *> *groupUsers; 
public java.util.Map<String, java.util.ArrayList<String>> getGroupUsers 
public:  
   property Dictionary<String^, List<String^>^>^ GroupUsers 
   { 
      Dictionary<String^, List<String^>^>^ get() 
   } 
GroupUsers # get  (AnnGroupsRoles) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.