SMS_DeviceSettingItem 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_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;
};

The SMS_DeviceSettingItem class does not define any methods.

Description

Data type: String

Access type: Read/Write

Qualifiers: None

Description of the device setting to create. The default value is "".

DeviceSettingItemUniqueID

Data type: String

Access type: Read/Write

Qualifiers: [key]

A GUID or unique ID that identifies the device setting item to create. The default value is "".

Name

Data type: String

Access type: Read/Write

Qualifiers: [unique]

Name of the device setting item to create. The default value is "".

PropList

Data type: String

Access type: Read/Write

Qualifiers: [lazy]

A list of properties for the device setting item.

SourceSite

Data type: String

Access type: Read/Write

Qualifiers: None

The site code of the site for which to create the device setting item. The default value is "".

Type

Data type: String

Access type: Read/Write

Qualifiers: None

Type of device setting item. The default value is "".

Version

Data type: UInt32

Access type: Read/Write

Qualifiers: None

The version of the device setting item. The default value is 1.

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.

Show: