SMS_DeviceSettingPackageItem Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
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;
};
The SMS_DeviceSettingPackageItem class does not define any methods.
- DeviceSettingItemUniqueID
Data type: String
Access type: Read/Write
Qualifiers: [key]
GUID or unique ID for the SMS_DeviceSettingItem Server WMI Class object that is contained in the SMS_DeviceSettingPackage Server WMI Class object represented by PackageID. The default value is "".
- 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 "".
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.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.