Gets a collection of all the users in the repository.
Gets a collection of all the users in the repository.
public VGMembershipUserCollection GetAllUsers();
Gets a collection of all the users in the repository in pages of data.
public VGMembershipUserCollection GetAllUsers(Int32,Int32,out Int32&);
VGMembershipInstance Class | Novalys.VisualGuard.Security.Membership Namespace