Process3.UserName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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