MDM_ApplicationSetting class

Sets Windows modern application settings.

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_ApplicationSetting
{
  string PackageFamilyName;
  string SettingName;
  Uint32 SettingType;
  string SettingValue;
};

Members

The MDM_ApplicationSetting class has these types of members:

Properties

The MDM_ApplicationSetting class has these properties.

PackageFamilyName

Data type: string

Access type: Read-only

Qualifiers: key

The package family name.

SettingName

Data type: string

Access type: Read-only

Qualifiers: key

The setting name.

SettingType

Data type: Uint32

Access type: Read-only

The setting type.

string (0)

int (1)

bool (2)

double (3)

SettingValue

Data type: string

Access type: Read-only

The setting value.

Requirements

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

See also

Mobile Device Management Settings Classes