Process3.UserName Property

Definition

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)]
public string UserName { [System.Runtime.InteropServices.DispId(1105)] get; }
[<System.Runtime.InteropServices.DispId(1105)>]
[<get: System.Runtime.InteropServices.DispId(1105)>]
member this.UserName : string
Public ReadOnly Property UserName As String

Property Value

A string that represents the user name.

Implements

Attributes

Applies to