Metodo DedUserCollectionFindByName
|
Restituisce l'utente tramite il nome interno.
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 FindByName(
string name
)
Public Function FindByName (
name As String
) As DedUser
public:
DedUser^ FindByName(
String^ name
)
member FindByName :
name : string -> DedUser
Parametri
- name String
- Nome interno dell'utente da cercare.
Valore di ritorno
DedUserVedi anche