Metodo UtilityGetNameVisFromUsername
|
Trova e restituisce il nome visualizzato dell'utente con username passato.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static string GetNameVisFromUsername(
DedNetApplication app,
string username
)
Public Shared Function GetNameVisFromUsername (
app As DedNetApplication,
username As String
) As String
public:
static String^ GetNameVisFromUsername(
DedNetApplication^ app,
String^ username
)
static member GetNameVisFromUsername :
app : DedNetApplication *
username : string -> string
Parametri
- app DedNetApplication
- L'applicazione DedNet.
- username String
- Lo username dell'utente.
Valore di ritorno
StringIl nome visualizzato se esiste, altrimenti lo username.
Vedi anche