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_AISoftwareList Windows Management Instrumentation (WMI) class in Configuration Manager contains all the known software titles in the Asset Intelligence catalog.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AISoftwareList : SMS_BaseClass 
{ 
      uint32 CategoryID; 
      string CategoryName; 
      string CommonName; 
      string CommonPublisher; 
      string CommonVersion; 
      uint32 FamilyID; 
      string FamilyName; 
      string OfficialCategoryName; 
      string OfficialFamilyName; 
      string SoftwareCode; 
      string SoftwareID; 
      string SoftwarePropertiesHash; 
      uint32 State; 
      uint32 Tag1ID; 
      string Tag1Name; 
      uint32 Tag2ID; 
      string Tag2Name; 
      uint32 Tag3ID; 
      string Tag3Name; 
};
Methods
The following table lists the methods in the SMS_AISoftwareList class.
| Method | Description | 
|---|---|
| Resolve the conflict through the Resolution parameter whose values are: | |
| Submit a request to System Center Online for software categorization. | |
| GetCategorizationRequestText Method in Class SMS_AISoftwareList | Retrieves the categorization XML that is used in requesting categorization from System Center Online. | 
| Retrieves a summary of all class instances based on the State property of the class. | 
Properties
- CategoryID 
 Data type: UInt32- Access type: Read/Write - Qualifiers: None - Refers to a SMS_AICategory Server WMI Class instance 
- CategoryName 
 Data type: String- Access type: Read Only - Qualifiers: None - Category name identified by the CategoryID property. 
- CommonName 
 Data type: String- Access type: Read Only - Qualifiers: None - Software title, as it is commonly known. 
- CommonPublisher 
 Data type: String- Access type: Read Only - Qualifiers: None - Publisher of the software title, as it is commonly known. 
- CommonVersion 
 Data type: String- Access type: Read Only - Qualifiers: None - Version of the software title, as it is commonly known. 
- FamilyID 
 Data type: UInt32- Access type: Read/Write - Qualifiers: None - Refers to a SMS_AICategory Server WMI Class instance. 
- FamilyName 
 Data type: String- Access type: Read Only - Qualifiers: None - Family name identified by the FamilyID property. 
- OfficialCategoryName 
 Data type: String- Access type: Read Only - Qualifiers: None - The CategoryID property can be changed, which alters what the CategoryName property contains. This is the original name of the category before any changes have occurred. 
- OfficialFamilyName 
 Data type: String- Access type: Read Only - Qualifiers: None - The FamilyID property can be changed, which alters what the FamilyName property contains. This is the original name of the family before any changes have occurred. 
- SoftwareCode 
 Data type: String- Access type: Read Only - Qualifiers: None - Identifier of the software title, defined by the publisher of the software title. 
- SoftwareID 
 Data type: String- Access type: Read Only - Qualifiers: None - A Microsoft generated GUID identifying this software title. 
- SoftwarePropertiesHash 
 Data type: String- Access type: Read Only - Qualifiers: key - An automatically generated hash composed of the Name, Publisher, and Version of the software title. 
- State 
 Data type: UInt32- Access type: Read Only - Qualifiers: None - Status of this software record. - Value - Description - 0 - Validated, category is defined by Microsoft through System Center Online. - 1 - User-defined, category was defined or has been changed by a user. - 2 - Pending, the software is pending categorization by Microsoft through System Center Online. - 3 - Updatable, the software category can be updated by the user. - 4 - Uncategorized, the software has not been categorized by Microsoft or the user. 
- Tag1ID 
 Data type: UInt32- Access type: Read/Write - Qualifiers: None - Refers to a SMS_AICategory Server WMI Class instance. 
- Tag1Name 
 Data type: String- Access type: Read Only - Qualifiers: None - Tag name identified by the CategoryID property. 
- Tag2ID 
 Data type: UInt32- Access type: Read/Write - Qualifiers: None - Refers to a SMS_AICategory Server WMI Class instance. 
- Tag2Name 
 Data type: String- Access type: Read Only - Qualifiers: None - Tag name identified by the CategoryID property. 
- Tag3ID 
 Data type: UInt32- Access type: Read/Write - Qualifiers: None - Refers to a SMS_AICategory Server WMI Class instance. 
- Tag3Name 
 Data type: String- Access type: Read Only - Qualifiers: None - Tag name identified by the CategoryID property. 
Remarks
Class qualifiers for this class include:
- DisplayName("AI Software List Table") 
- Dynamic 
- Provider("ExtnProv") 
- Secured 
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.