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
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: String- Access type: Read/Write - Qualifiers: [key] - The inventory action ID. 
- LastCycleStartedDate 
 Data type: DateTime- Access type: Read/Write - Qualifiers: None - The time when the last inventory cycle started. 
- LastMajorReportVersion 
 Data type: UInt32- Access type: Read/Write - Qualifiers: None - The major version of the last major report. 
- LastMinorReportVersion 
 Data type: UInt32- Access type: Read/Write - Qualifiers: None - The minor version on the last report. 
- LastReportDate 
 Data type: DateTime- Access type: Read/Write - Qualifiers: None - The date and time of the last report. 
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.