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_SIIB_Generic_Configuration Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents generic configuration for Configuration Manager components.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SIIB_Generic_Configuration : SMS_SiteInstallItemBase 
{
   String ConfigurationName;
   String ItemName;
   String ItemType;
      SMS_SII_PropertyList PropLists[];
      SMS_SII_Property Props[];
   String Units[];
};
Methods
The SMS_SIIB_Generic_Configuration class does not define any methods.
Properties
- ConfigurationName 
 Data type: String- Access type: Read/Write - Qualifiers: None - Name of the configuration. 
- ItemName 
 Data type: String- Access type: Read-only - Qualifiers: [key, read] 
- ItemType 
 Data type: String- Access type: Read-only - Qualifiers: [key, read] 
- PropLists 
 Data type: SMS_SII_PropertyList Array- Access type: Read/Write - Qualifiers: None - SMS_SII_PropertyList Server WMI Class objects for the component. 
- Props 
 Data type: SMS_SII_Property Array- Access type: Read/Write - Qualifiers: None - SMS_SII_Property Server WMI Class objects for the component. 
- Units 
 Data type: String Array- Access type: Read/Write - Qualifiers: None 
Remarks
Class qualifiers for this class include:
- Read (read-only)
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.
See Also
Concepts
Configuration Manager Site Configuration Server WMI Classes
SMS_SII_Property Server WMI Class
SMS_SII_PropertyList Server WMI Class
SMS_SiteInstallItemBase Server WMI Class