|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public 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