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