Win32_NTLogEventUser class

The Win32_NTLogEventUser association WMI class relates a Windows event with the currently logged-on user.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.

Syntax

class Win32_NTLogEventUser
{
  Win32_NTLogEvent  REF Record;
  Win32_UserAccount REF User;
};

Members

The Win32_NTLogEventUser class has these types of members:

Properties

The Win32_NTLogEventUser class has these properties.

Record

Data type: Win32_NTLogEvent

Access type: Read-only

Qualifiers: Key

Reference to the instance representing the event being associated with the user.

User

Data type: Win32_UserAccount

Access type: Read-only

Qualifiers: Key

Reference to the instance representing the user associated with this event.

Requirements

Minimum supported client
Windows XP
Minimum supported server
Windows Server 2003
Namespace
Root\CIMV2
MOF
Ntevt.mof
DLL
Ntevt.dll

See also

Operating System Classes