RSOP_IEFavoriteItemLink class
Represents the association between an Internet Explorer Administration Kit (IEAK) policy setting and an item or folder in a user's Internet Explorer Favorites list.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
[Association, AMENDMENT]
class RSOP_IEFavoriteItemLink
{
RSOP_IEFavoriteItem REF favoriteItem;
RSOP_IEAKPolicySetting REF policySetting;
};
Members
The RSOP_IEFavoriteItemLink class has these types of members:
Properties
The RSOP_IEFavoriteItemLink class has these properties.
- favoriteItem
-
- Data type: RSOP_IEFavoriteItem
- Access type: Read-only
- Qualifiers: key, DisplayName ("Favorite Item")
Reference to the Favorite item 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 |
|
|
DLL |
|
See also
Show: