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: StringAccess type: Read/WriteQualifiers: [SMS_Report("True")] The last time when the client was synchronized with connected devices.
MajorVersion

Data type: UInt32Access type: Read/WriteQualifiers: [SMS_Report("True"), key] The major version number of the client operating system.
MinorVersion

Data type: UInt32Access type: Read/WriteQualifiers: [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