MDM_ConfigSetting class

Represents configuration settings for the oma-dm agent.

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

Syntax

[dynamic, provider("MDMSettingsProv"), AMENDMENT]
class MDM_ConfigSetting
{
  string SettingName;
  string SettingValue;
};

Members

The MDM_ConfigSetting class has these types of members:

Properties

The MDM_ConfigSetting class has these properties.

SettingName

Data type: string

Access type: Read-only

Qualifiers: key

Identifies a setting by name.

SettingValue

Data type: string

Access type: Read-only

The value that is associated with the SettingName property.

Requirements

Minimum supported client
Windows 8
Minimum supported server
None supported
Namespace
Root\CIMv2\MDM
MOF
MDMSettingsProv.mof
DLL
MDMSettingsProv.dll

See also

Mobile Device Management Settings Classes