Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the PersonalizationLinkManager class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub New ( _
userProfile As UserProfile _
)
'Usage
Dim userProfile As UserProfile
Dim instance As New PersonalizationLinkManager(userProfile)
public PersonalizationLinkManager(
UserProfile userProfile
)
Parameters
userProfile
Type: Microsoft.Office.Server.UserProfiles.UserProfileThe UserProfile object of the personalization link manager.
See Also
Reference
PersonalizationLinkManager Class