Visual Guard Class Library Documentation

VGMembership.GetAllUsers Method

Gets a collection of all the users in the repository.

Overload List

Gets a collection of all the users in the repository.

public static VGMembershipUserCollection GetAllUsers();

Gets a collection of all the users in the repository in pages of data.

public static VGMembershipUserCollection GetAllUsers(Int32,Int32,out Int32&);

See Also

VGMembership Class | Novalys.VisualGuard.Security.Membership Namespace