Proprietà Process4.UserName
Ottiene il nome utente associato al processo.
Spazio dei nomi: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Sintassi
'Dichiarazione
ReadOnly Property UserName As String
Get
string UserName { get; }
property String^ UserName {
String^ get ();
}
abstract UserName : string
function get UserName () : String
Valore proprietà
Tipo: System.String
Stringa che rappresenta il nome utente.
Implementa
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.