Share via


MyLinksRibbon.QlManager property

This member is reserved for internal use and is not intended to be used directly from your code. Gets a reference to the QuickLinkManager for managing the current user’s My Links ribbon.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Protected ReadOnly Property QlManager As QuickLinkManager
    Get
'Usage
Dim value As QuickLinkManager

value = Me.QlManager
protected QuickLinkManager QlManager { get; }

Property value

Type: Microsoft.Office.Server.UserProfiles.QuickLinkManager
The QuickLinkManager object that is used to manage the current user’s My Links ribbon.

See also

Reference

MyLinksRibbon class

MyLinksRibbon members

Microsoft.Office.Server.WebControls namespace