| IOpenIDConnectTokenAdminGroups Property  | 
 
            Returns all the groups the user is an admin of.
            
 
    Namespace: 
   Rhino.Runtime.RhinoAccounts
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 7.0
 Syntax
SyntaxIReadOnlyDictionary<string, RhinoAccountsGroup> AdminGroups { get; }ReadOnly Property AdminGroups As IReadOnlyDictionary(Of String, RhinoAccountsGroup)
	Get
Property Value
Type: 
IReadOnlyDictionaryString, 
RhinoAccountsGroup See Also
See Also