TaggedPeopleListWebPart.ShowFrequentUsers Property
Gets or sets a value that indicates whether the controls that display people who frequently tag URLs with the term will be visible.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ShowFrequentUsers As Boolean
Get
Set
'Usage
Dim instance As TaggedPeopleListWebPart
Dim value As Boolean
value = instance.ShowFrequentUsers
instance.ShowFrequentUsers = value
public bool ShowFrequentUsers { get; set; }
Property Value
Type: System.Boolean
true if the frequent user controls will be visible; otherwise, false. The default value is true.