RSOP_IEConnectionDialUpCredentialsLink class

Represents the association between an Internet Explorer Administration Kit (IEAK) policy setting and the dial-up credentials for a given Internet Explorer Internet connection.

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

Syntax

[Association, AMENDMENT]
class RSOP_IEConnectionDialUpCredentialsLink
{
  RSOP_IEConnectionDialUpCredentials REF dialUpCredentials;
  RSOP_IEAKPolicySetting             REF policySetting;
};

Members

The RSOP_IEConnectionDialUpCredentialsLink class has these types of members:

Properties

The RSOP_IEConnectionDialUpCredentialsLink class has these properties.

dialUpCredentials

Data type: RSOP_IEConnectionDialUpCredentials

Access type: Read-only

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

Reference to the dial-up connection credentials (dial-up 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_IEConnectionDialUpCredentials