In Configuration Manager, the InventoryActionStatus class is a client Windows Management Instrumentation (WMI) class that defines the status of an inventory action.

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

Class InventoryActionStatus
{
	String InventoryActionID;
	DateTime LastCycleStartedDate;
	UInt32 LastMajorReportVersion;
	UInt32 LastMinorReportVersion;
	DateTime LastReportDate;
};

Methods

The InventoryActionStatus class does not define any methods.

Properties

InventoryActionID


Data type: StringAccess type: Read/WriteQualifiers: [key]The inventory action ID.
LastCycleStartedDate


Data type: DateTimeAccess type: Read/WriteQualifiers: NoneThe time when the last inventory cycle started.
LastMajorReportVersion


Data type: UInt32Access type: Read/WriteQualifiers: NoneThe major version of the last major report.
LastMinorReportVersion


Data type: UInt32Access type: Read/WriteQualifiers: NoneThe minor version on the last report.
LastReportDate


Data type: DateTimeAccess type: Read/WriteQualifiers: NoneThe date and time of the last report.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.