UtilUserAccountGetAllUsers Method
Find and returns all the user accounts of the current machine context.
Namespace: DevCase.Core.Windows.UsersAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static List<UserPrincipal> GetAllUsers()
Public Shared Function GetAllUsers As List(Of UserPrincipal)
Dim returnValue As List(Of UserPrincipal)
returnValue = UtilUserAccount.GetAllUsers()
public:
static List<UserPrincipal^>^ GetAllUsers()
static member GetAllUsers : unit -> List<UserPrincipal>
No code example is currently available or this language may not be supported.
Return Value
ListUserPrincipal
A
ListT collection that contains the users.
This is a code example.
No code example is currently available or this language may not be supported.
Dim users As List(Of UserPrincipal) = UserAccounts.GetAllUsers()
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.