RSOP_IEEE80211PolicySetting class

Represents the policy data for wireless network extension.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[AMENDMENT]
class RSOP_IEEE80211PolicySetting : RSOP_PolicySetting
{
  string   id;
  uint32   precedence;
  string   name;
  string   GPOID = "";
  string   SOMID = "";
  datetime creationTime;
  string   className;
  string   description;
  string   msieee80211Name;
  string   msieee80211ID;
  uint32   msieee80211DataType;
  uint8    msieee80211Data[];
  unit32   whenChanged;
};

Members

The RSOP_IEEE80211PolicySetting class has these types of members:

Properties

The RSOP_IEEE80211PolicySetting class has these properties.

className

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("ClassName")

Identifies the type of Wireless Policy Object. Currently there is only one type available, the policy object.

creationTime

Data type: datetime

Access type: Read-only

Time the policy object was created.

This property is inherited from the RSOP_PolicySetting class.

description

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("description")

Description of the policy object provided by the user.

GPOID

Data type: string

Access type: Read-only

Identifies the GPO that contains the policy object. You can obtain this value from PGROUP_POLICY_OBJECT->lpDSPath. You must remove the prefix "LDAP://CN=Machine" from lpDSPath.

This property is inherited from the RSOP_PolicySetting class.

id

Data type: string

Access type: Read-only

Qualifiers: key, DisplayName ("ID")

Unique identifier for objects of this class.

This property is inherited from the RSOP_PolicySetting class.

msieee80211Data

Data type: uint8 array

Access type: Read-only

Qualifiers: DisplayName ("msieee80211-Data")

Array data blob of object-specific binary data.

msieee80211DataType

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("msieee80211-DataType")

Stores some versioning information.

msieee80211ID

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("msieee80211-ID")

Unique ID of the object.

msieee80211Name

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("msieee80211-Name")

Name of the Wireless Policy Object inside the Group Policy Object.

name

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("name")

User-friendly name of the policy object.

This property is inherited from the RSOP_PolicySetting class.

precedence

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Precedence")

The order or precedence in which the policy object should be applied.

This property is inherited from the RSOP_PolicySetting class.

SOMID

Data type: string

Access type: Read-only

The scope of management (SOM) associated with the GPO that contains this policy object. You can obtain this value from PGROUP_POLICY_OBJECT->lpLink. You must remove the prefix "LDAP://" from lpLink.

This property is inherited from the RSOP_PolicySetting class.

whenChanged

Data type: unit32

Access type: Read-only

Qualifiers: DisplayName ("whenChanged")

Time stamp of when the object was last changed.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\RSOP\Computer, Root\RSOP\User
MOF
Rsop.mof
DLL
GPSvc.dll

See also

Group Policy Overview

Group Policy RSoP WMI Classes

RSOP_PolicySetting