The SMS_DeviceSettingItem Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that provides the functionality to create a device setting configuration item in the database.

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

Class SMS_DeviceSettingItem : SMS_BaseClass
{
	String Description;
	String DeviceSettingItemUniqueID;
	String Name;
	String PropList;
	String SourceSite;
	String Type;
	UInt32 Version;
};

Methods

The SMS_DeviceSettingItem class does not define any methods.

Properties

Description


Data type: StringAccess type: Read/WriteQualifiers: NoneDescription of the device setting to create. The default value is "".
DeviceSettingItemUniqueID


Data type: StringAccess type: Read/WriteQualifiers: [key]A GUID or unique ID that identifies the device setting item to create. The default value is "".
Name


Data type: StringAccess type: Read/WriteQualifiers: [unique]Name of the device setting item to create. The default value is "".
PropList


Data type: StringAccess type: Read/WriteQualifiers: [lazy]A list of properties for the device setting item.
SourceSite


Data type: StringAccess type: Read/WriteQualifiers: NoneThe site code of the site for which to create the device setting item. The default value is "".
Type


Data type: StringAccess type: Read/WriteQualifiers: NoneType of device setting item. The default value is "".
Version


Data type: UInt32Access type: Read/WriteQualifiers: NoneThe version of the device setting item. The default value is 1.

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


Send comments about this topic to Microsoft.