Click or drag to resize

Metodo DedUserCollectionFindByEmail

Restituisce l'utente tramite l'email. Restituisce null se l'utente non è presente.

Namespace:  DedNet.Core
Assembly:  DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi
public DedUser FindByEmail(
	string email
)

Parametri

email
Tipo: SystemString
Email dell'utente da cercare.

Valore di ritorno

Tipo: DedUser
Vedi anche