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.