SMS_DeviceSettingPackageItem Server WMI Class

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_DeviceSettingPackageItem Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that associates a device setting configuration item with a device setting package.

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

Class SMS_DeviceSettingPackageItem : SMS_BaseClass
{
      String DeviceSettingItemUniqueID;
      String PackageID;
};

Methods

The SMS_DeviceSettingPackageItem class does not define any methods.

Properties

  • PackageID
    Data type: String

    Access type: Read/Write

    Qualifiers: [key]

    ID of the SMS_DeviceSettingPackage Server WMI Class object that contains the item represented by DeviceSettingItemUniqueID. The default value is "".

Remarks

Class qualifiers for this class include:

  • 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.

See Also

Concepts

Device Management Server WMI Classes
SMS_DeviceSettingItem Server WMI Class
SMS_DeviceSettingPackage Server WMI Class