MDM_WirelessProfileXml class

Represents a wireless profile with wireless LAN XML.

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

Syntax

[InPartition("local-user"), dynamic, provider("MDMSettingsProv"), AMENDMENT]
class MDM_WirelessProfileXml
{
  string Name;
  string ProfileXml;
};

Members

The MDM_WirelessProfileXml class has these types of members:

Properties

The MDM_WirelessProfileXml class has these properties.

Name

Data type: string

Access type: Read-only

Qualifiers: key

The name of a wireless LAN profile.

ProfileXml

Data type: string

Access type: Read-only

The wireless profile XML for this connection.

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