| 
            
              UserInfoGetBuiltInLocalGroups Method
             | 
          
        
        
            Returns a sorted list of the common built-in local groups. On Windows these groups have a domain name of BUILTIN.
            
        
        Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic static string[] GetBuiltInLocalGroups()
Public Shared Function GetBuiltInLocalGroups As String()
public:
static array<String^>^ GetBuiltInLocalGroups()
static member GetBuiltInLocalGroups : unit -> string[] 
GSF.Identity.UserInfo.GetBuiltInLocalGroups = function();
 View SourceReturn Value
StringSorted list of the common built-in local groups.
Remarks
            Names in this list will not have a "BUILTIN\" prefix.
            
See Also