Metodo UsrUserUserIsEnabled
|
Restituisce se l'utente è abilitato o no
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 29.0.0
Sintassipublic static bool UserIsEnabled(
DedNetApplication app,
string user
)
Public Shared Function UserIsEnabled (
app As DedNetApplication,
user As String
) As Boolean
public:
static bool UserIsEnabled(
DedNetApplication^ app,
String^ user
)
static member UserIsEnabled :
app : DedNetApplication *
user : string -> bool Parametri
- app DedNetApplication
- Applicazione.
- user String
- Nome utente.
Valore di ritorno
Boolean
Vedi anche