Process4.UserName Eigenschaft
Definition
Ruft den Benutzernamen ab, der diesem Prozess zugeordnet ist.Gets the user name associated with this process.
public:
property System::String ^ UserName { System::String ^ get(); };
public:
property Platform::String ^ UserName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1105)]
[get: System.Runtime.InteropServices.DispId(1105)]
public string UserName { get; }
[<System.Runtime.InteropServices.DispId(1105)>]
[<get: System.Runtime.InteropServices.DispId(1105)>]
member this.UserName : string
Public ReadOnly Property UserName As String
Eigenschaftswert
Eine Zeichenfolge, die den Benutzernamen darstellt.A string that represents the user name.
Implementiert
- Attribute