RSOP_IEToolbarButtonLink class

Represents the association between an Internet Explorer Administration Kit (IEAK) policy setting and a custom Internet Explorer toolbar button.

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

Syntax

[Association, AMENDMENT]
class RSOP_IEToolbarButtonLink
{
  RSOP_IEAKPolicySetting REF policySetting;
  RSOP_IEToolbarButton   REF toolbarButton;
};

Members

The RSOP_IEToolbarButtonLink class has these types of members:

Properties

The RSOP_IEToolbarButtonLink 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.

toolbarButton

Data type: RSOP_IEToolbarButton

Access type: Read-only

Qualifiers: key, DisplayName ("Toolbar Button")

Reference to the Internet Explorer toolbar button associated with this link.

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_IEToolbarButton