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
- DeviceSettingItemUniqueID
- Data type: StringAccess type: Read/WriteQualifiers: [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: StringAccess type: Read/WriteQualifiers: [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.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.