SMS_ActiveSyncService Client WMI Class

The SMS_ActiveSyncService class is a client Windows Management Instrumentation (WMI) class, in Configuration Manager, that represents the ActiveSync service on the client.

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

Syntax

Class SMS_ActiveSyncService : SMS_Class_Template  
{  
      String LastSyncTime;  
      UInt32 MajorVersion;  
      UInt32 MinorVersion;  
};  

Methods

The SMS_ActiveSyncService class does not define any methods.

Properties

LastSyncTime
Data type: String

Access type: Read/Write

Qualifiers:

[SMS_Report("True")]

The last time when the client was synchronized with connected devices.

MajorVersion
Data type: UInt32

Access type: Read/Write

Qualifiers: [SMS_Report("True"), key]

The major version number of the client operating system.

MinorVersion
Data type: UInt32

Access type: Read/Write

Qualifiers: [SMS_Report("True"), key]

The minor version number of the client operating system.

Remarks

All properties of this class are marked with qualifiers to indicate that they represent items that are generated dynamically (reported) based on the content of the SMS_def.mof file.

See Also

Device Management Client WMI Classes
SMS_ActiveSyncConnectedDevice Client WMI Class