AskMeAboutWebPart.ShowAllKeywords Property
Gets a value that indicates whether all keywords will be displayed in the AskMeAboutWebPart if the total number of keywords to display is greater than the maximum number of keywords that can be displayed.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property ShowAllKeywords As Boolean
Get
'Usage
Dim instance As AskMeAboutWebPart
Dim value As Boolean
value = instance.ShowAllKeywords
public bool ShowAllKeywords { get; }
Property Value
Type: System.Boolean
true if all the keywords will be displayed in the AskMeAboutWebPart; otherwise, false.