| 
            
              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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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