Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGMembershipUserCollection FindUsersInApplication(
	Guid applicationToMatch,
	int pageIndex,
	int pageSize,
	out int totalRecords
)
Visual Basic (Declaration)
Public Function FindUsersInApplication ( _
	applicationToMatch As Guid, _
	pageIndex As Integer, _
	pageSize As Integer, _
	<OutAttribute> ByRef totalRecords As Integer _
) As VGMembershipUserCollection

Parameters

applicationToMatch
Type: System..::.Guid
pageIndex
Type: System..::.Int32
pageSize
Type: System..::.Int32
totalRecords
Type: System..::.Int32 %

See Also