SMS_DeviceSettingItem 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_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: 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.

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