Edit

CCM_UserLogonEvents Client WMI Class

The CCM_UserLogonEvents Client WMI class is a client class, in Configuration Manager, that represents a user logon event.

The following syntax is simplified from the Managed Object Format (MOF) code and includes all inherited properties.

Syntax

class CCM_UserLogonEvents
{
    UInt64 LogoffTime;
    UInt64 LogonTime;
    String UserSID;
};

Methods

The CCM_UserLogonEvents class does not define any methods.

Properties

LogoffTime Data type: UInt64

Access type: Read/Write

Qualifiers: none

The number of seconds elapsed since midnight (00:00:00), January 1, 1970, Coordinated Universal Time (UTC).

LogonTime Data type: UInt64

Access type: Read/Write

Qualifiers: [key]

The number of seconds elapsed since midnight (00:00:00), January 1, 1970, Coordinated Universal Time (UTC).

UserSID Data type: String

Access type: Read/Write

Qualifiers: [key]

The SID of the user.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.