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