Visual Guard Class Library Documentation

VGMembershipInstance.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 VGMembershipUserCollection GetAllUsers();

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

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

See Also

VGMembershipInstance Class | Novalys.VisualGuard.Security.Membership Namespace