Share via


TaggedPeopleListWebPart.ShowInterests property

Gets or sets a value that indicates whether the controls that display people who are interested in the term will be visible.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property ShowInterests As Boolean
    Get
    Set
'Usage
Dim instance As TaggedPeopleListWebPart
Dim value As Boolean

value = instance.ShowInterests

instance.ShowInterests = value
public bool ShowInterests { get; set; }

Property value

Type: System.Boolean
true if the interested people controls will be visible; otherwise, false. The default value is true.

See also

Reference

TaggedPeopleListWebPart class

TaggedPeopleListWebPart members

Microsoft.SharePoint.Portal.WebControls namespace