Condividi tramite


Proprietà Process3.UserName

Ottiene il nome utente associato al processo.

Spazio dei nomi:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Sintassi

'Dichiarazione
ReadOnly Property UserName As String
string UserName { get; }
property String^ UserName {
    String^ get ();
}
abstract UserName : string with get
function get UserName () : String

Valore proprietà

Tipo: String
Stringa che rappresenta il nome utente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Process3 Interfaccia

Spazio dei nomi EnvDTE90