Metodo DedUserCollectionFindByEmail
|
Restituisce l'utente tramite l'email.
Restituisce null se l'utente non è presente.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public DedUser FindByEmail(
string email
)
Public Function FindByEmail (
email As String
) As DedUser
public:
DedUser^ FindByEmail(
String^ email
)
member FindByEmail :
email : string -> DedUser
Parametri
- email String
- Email dell'utente da cercare.
Valore di ritorno
DedUserVedi anche