Gets a collection of all the users in the repository.
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&);
VGMembership Class | Novalys.VisualGuard.Security.Membership Namespace