←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#
VB
Java
WinRT C#
public Dictionary<string,List<string>> GroupUsers {get;}
Public ReadOnly Property GroupUsers As Dictionary(Of String,List(Of String))
public Dictionary<string,List<string>> GroupUsers {get;}
public java.util.Map<String, java.util.ArrayList<String>> getGroupUsers
get_GroupUsers();

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize