RSOP_IEConnectionDialUpSettingsLink class

Represents the association between an Internet Explorer Administration Kit (IEAK) policy setting and its imported dial-up settings for a specific connection of Microsoft Internet Explorer to the Internet.

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

Syntax

[Association, AMENDMENT]
class RSOP_IEConnectionDialUpSettingsLink
{
  RSOP_IEConnectionDialUpSettings REF dialUpSettings;
  RSOP_IEAKPolicySetting          REF policySetting;
};

Members

The RSOP_IEConnectionDialUpSettingsLink class has these types of members:

Properties

The RSOP_IEConnectionDialUpSettingsLink class has these properties.

dialUpSettings

Data type: RSOP_IEConnectionDialUpSettings

Access type: Read-only

Qualifiers: key, DisplayName ("Dial Up Settings")

Reference to the dial-up connection settings associated with this link.

policySetting

Data type: RSOP_IEAKPolicySetting

Access type: Read-only

Qualifiers: key, DisplayName ("Policy Setting")

Reference to the policy setting 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_IEConnectionDialUpSettings