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_ConfigurationItemBaseClass Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that serves as an abstract base class for several Configuration Manager classes, for example, SMS_ConfigurationItem Server WMI Class.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ConfigurationItemBaseClass : SMS_BaseClass
{
      String ApplicabilityCondition;
      String CategoryInstance_UniqueIDs[];
      UInt32 CI_ID;
      String CI_UniqueID;
      UInt32 CIType_ID;
      UInt32 CIVersion;
      String CreatedBy;
      DateTime DateCreated;
      DateTime DateLastModified;
      DateTime EffectiveDate;
      UInt32 EULAAccepted;
      Boolean EULAExists;
      DateTime EULASignoffDate;
      String EULASignoffUser;
      Boolean IsBundle;
      Boolean IsDigest;
      Boolean IsEnabled;
      Boolean IsExpired;
      Boolean IsHidden;
      Boolean IsQuarantined;
      Boolean IsSuperseded;
      Boolean IsUserDefined;
      String LastModifiedBy;
      String LocalizedCategoryInstanceNames[];
      String LocalizedDescription;
      String LocalizedDisplayName;
      String LocalizedInformativeURL;
      UInt32 LocalizedPropertyLocaleID;
      String ModelName;
      UInt32 PermittedUses;
      SMS_SDMPackageLocalizedData SDMPackageLocalizedData[];
      UInt32 SDMPackageVersion;
      String SDMPackageXML;
      String SourceSite;
};
Methods
The SMS_ConfigurationItemBaseClass class does not define any methods.
Properties
- ApplicabilityCondition 
 Data type: String- Access type: Read/Write - Qualifiers: [SizeLimit("512"), not_null] - Condition that the client evaluates before evaluating the configuration item targeted by an assignment. If the condition does not exist, the configuration item is not evaluated on the client. The string can contain up to 512 characters. 
- CategoryInstance_UniqueIDs 
 Data type: String Array- Access type: Read/Write - Qualifiers: None - The unique IDs of the categories to which the configuration item belongs. 
- CI_ID 
 Data type: UInt32- Access type: Read/Write - Qualifiers: [key] - The unique ID of the configuration item. This ID is unique only for the site. 
- CI_UniqueID 
 Data type: String- Access type: Read/Write - Qualifiers:[unique, not_null] - The unique ID of the configuration item. This ID is unique across sites. 
- CIType_ID 
 Data type: UInt32- Access type: Read-only - Qualifiers: [not_null, read] - The type of the configuration item. Possible values are: - 1 - SoftwareUpdate - 2 - Baseline - 3 - OperatingSystem - 4 - BusinessPolicy (General) - 5 - Application - 6 - Driver - 7 - OtherConfigurationItem - 8 - SoftwareUpdateBundle - 9 - SoftwareUpdateAuthorizationList 
- CIVersion 
 Data type: UInt32- Access type: Read-only - Qualifiers: [read, not_null] - Configuration item policy version, which is automatically incremented. 
- CreatedBy 
 Data type: String- Access type: Read-only - Qualifiers: [SizeLimit("512"),read, not_null] - Name of the user who created the configuration item. 
- DateCreated 
 Data type: DateTime- Access type: Read-only - Qualifiers: [read, not_null] - Date and time when the configuration item was created. 
- DateLastModified 
 Data type: DateTime- Access type: Read-only - Qualifiers: [read] - Date and time when the configuration item was last modified. 
- EffectiveDate 
 Data type: DateTime- Access type: Read-only - Qualifiers: [read] - Date and time when the Network Access Protection (NAP) compliance policy for the configuration item becomes effective. 
- EULAAccepted 
 Data type: UInt32- Access type: Read-only - Qualifiers: [read] - Indication of acceptance of the Microsoft Software License Terms for the configuration item. The default value is 2. - Possible values are: - 0 - Declined - 1 - Accepted - 2 - Undetermined (default) 
- EULAExists 
 Data type: Boolean- Access type: Read-only - Qualifiers: [read] - true if Microsoft Software License Terms exist. The default value is false. 
- EULASignoffDate 
 Data type: DateTime- Access type: Read-only - Qualifiers: [read] - Date and time when the Microsoft Software License Terms were signed off. 
- EULASignoffUser 
 Data type: String- Access type: Read-only - Qualifiers: [read] - User who signed off on the Microsoft Software License Terms. 
- IsBundle 
 Data type: Boolean- Access type: Read/Write - Qualifiers: [not_null] - true if the configuration item is bundled within another configuration item. 
- IsDigest 
 Data type: Boolean- Access type: Read-only - Qualifiers: [read, lazy] - true if the SDMPackageXML property only contains DCM digest information. 
- IsEnabled 
 Data type: Boolean- Access type: Read/Write - Qualifiers: [not_null] - true if the configuration item is enabled and can be evaluated. 
- IsExpired 
 Data type: Boolean- Access type: Read/Write - Qualifiers: [not_null] - true if the configuration item is no longer active. 
- IsHidden 
 Data type: Boolean- Access type: Read/Write - Qualifiers: [not_null] - true if the configuration item is not shown in the Configuration Manager console. 
- IsQuarantined 
 Data type: Boolean- Access type: Read-only - Qualifiers: [read] - true if the configuration item is used in NAP policy. The default value is false. This property only applies to software update configuration items. See SMS_SoftwareUpdate Server WMI Class. 
- IsSuperseded 
 Data type: Boolean- Access type: Read-only - Qualifiers: [read, not_null] - true if the configuration item is superseded by a new configuration item. 
- IsUserDefined 
 Data type: Boolean- Access type: Read/Write - Qualifiers: [not_null] - true if the configuration item was created by the user. 
- LastModifiedBy 
 Data type: String- Access type: Read-only - Qualifiers: [SizeLimit("512"), read, not_null] - User who last modified the configuration item. The string can contain up to 512 characters. 
- LocalizedCategoryInstanceNames 
 Data type: String Array- Access type: Read-only - Qualifiers: [read] - Localized names of the categories to which the configuration item belongs. 
- LocalizedDescription 
 Data type: String- Access type: Read-only - Qualifiers: [read] - Localized description of the configuration item. 
- LocalizedDisplayName 
 Data type: String- Access type: Read-only - Qualifiers: [read] - Localized display name of the configuration item. 
- LocalizedInformativeURL 
 Data type: String- Access type: Read-only - Qualifiers: [read] - URL for additional localized information about the configuration item. 
- LocalizedPropertyLocaleID 
 Data type: UInt32- Access type: Read-only - Qualifiers: [read] - Locale ID of the localized properties of the configuration item. 
- ModelName 
 Data type: String- Access type: Read/Write - Qualifiers: [unique,not_null] - Desired configuration management model name for the configuration item. 
- PermittedUses 
 Data type: UInt32- Access type: Read/Write - Qualifiers: [not_null] - Valid uses of the configuration item. 
- SDMPackageLocalizedData 
 Data type: SMS_SDMPackageLocalizedData Array- Access type: Read/Write - Qualifiers: [lazy] - Localized data files associated with the System Definition Model (SDM) package for the configuration item. 
- SDMPackageVersion 
 Data type: UInt32- Access type: Read/Write - Qualifiers: [not_null] - Version of the SDM package associated with the configuration item. 
- SDMPackageXML 
 Data type: String- Access type: Read/Write - Qualifiers: [lazy] - The DCM digest of the configuration item if it is a fully interpreted configuration item. This property indicates the Service Modeling Language (SML) definition of the configuration item if it is an item that is not interpreted or partially interpreted. 
- SourceSite 
 Data type: String- Access type: Read/Write - Qualifiers: [SizeLimit("3")] - Site where the configuration item is imported or created. The string can contain up to three characters. 
Remarks
Class qualifiers for this class include:
- Abstract
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.