RSOP_IEEE80211GroupPolicySetting class

Policy class for IEEE 802.11 Network Policy.

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

Syntax

[AMENDMENT]
class RSOP_IEEE80211GroupPolicySetting : RSOP_PolicySetting
{
  string   id;
  uint32   precedence;
  string   name;
  string   GPOID = "";
  string   SOMID = "";
  datetime creationTime;
  string   description;
  uint8    msieee80211PolicyReserved[];
  string   msieee80211PolicyData;
  unit32   whenChanged;
};

Members

The RSOP_IEEE80211GroupPolicySetting class has these types of members:

Properties

The RSOP_IEEE80211GroupPolicySetting class has these properties.

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.

msieee80211PolicyData

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("msieee80211-PolicyData")

msieee80211-PolicyData TBD

msieee80211PolicyReserved

Data type: uint8 array

Access type: Read-only

Qualifiers: DisplayName ("msieee80211-PolicyReserved")

msieee80211-PolicyReserved TBD

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

RSOP_PolicySetting

Group Policy Overview

Group Policy RSoP WMI Classes