Compartir a través de


SMS_ActiveSyncService Client WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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.

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. For more information, see the DrillThroughReportPath property of SMS_Report Server WMI Class.

See Also

Concepts

Device Management Client WMI Classes
SMS_ActiveSyncConnectedDevice Client WMI Class