Share via


ClientFormsAuthenticationMembershipProvider.FindUsersByName Método

Definición

Este método no se usa en esta clase.

public:
 override System::Web::Security::MembershipUserCollection ^ FindUsersByName(System::String ^ usernameToMatch, int pageIndex, int pageSize, [Runtime::InteropServices::Out] int % totalRecords);
public override System.Web.Security.MembershipUserCollection FindUsersByName (string usernameToMatch, int pageIndex, int pageSize, out int totalRecords);
override this.FindUsersByName : string * int * int * int -> System.Web.Security.MembershipUserCollection
Public Overrides Function FindUsersByName (usernameToMatch As String, pageIndex As Integer, pageSize As Integer, ByRef totalRecords As Integer) As MembershipUserCollection

Parámetros

usernameToMatch
String

No se utiliza.

pageIndex
Int32

No se utiliza.

pageSize
Int32

No se utiliza.

totalRecords
Int32

No se utiliza. Este parámetro se pasa sin inicializar.

Devoluciones

MembershipUserCollection

No es aplicable. Este método siempre produce una excepción.

Excepciones

Siempre se produce.

Se aplica a

Consulte también