RSOP_IEImportedProgramSettings class

Represents the association between an Internet Explorer Administration Kit (IEAK) policy setting and its imported program settings for Microsoft Internet Explorer.

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

Syntax

[Association, AMENDMENT]
class RSOP_IEImportedProgramSettings
{
  RSOP_IEAKPolicySetting REF policySetting;
  RSOP_IEProgramSettings REF programSettings;
};

Members

The RSOP_IEImportedProgramSettings class has these types of members:

Properties

The RSOP_IEImportedProgramSettings class has these properties.

policySetting

Data type: RSOP_IEAKPolicySetting

Access type: Read-only

Qualifiers: key, DisplayName ("Policy Setting")

Reference to the policy setting associated with this link.

programSettings

Data type: RSOP_IEProgramSettings

Access type: Read-only

Qualifiers: key, DisplayName ("Program Settings")

Reference to the imported program settings associated with this link.

Remarks

To display various program associations, on the Tools menu in Internet Explorer click Internet Options, and then click the Programs tab.

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_IEAKPolicySetting

RSOP_IEProgramSettings