Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EventLogEntry::UserName Property

 

Gets the name of the user who is responsible for this event.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
property String^ UserName {
	String^ get();
}

Property Value

Type: System::String^

The security identifier (SID) that uniquely identifies a user or group.

Exception Condition
SystemException

Account information could not be obtained for the user's SID.

This property is often blank for events in logs other than the Security log.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft