Share via


TagCloudBaseWebPart.ShowCount Property

Gets or sets a value that indicates whether the Count is rendered in HTML when the GetHtml(HtmlTextWriter, []) method is called.

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

Syntax

'Declaration
Public Property ShowCount As Boolean
    Get
    Set
'Usage
Dim instance As TagCloudBaseWebPart
Dim value As Boolean

value = instance.ShowCount

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

Property Value

Type: System.Boolean
true if the Count of the TagCloudItem is shown after each TagCloudItem; otherwise, false. The default is false.

See Also

Reference

TagCloudBaseWebPart Class

TagCloudBaseWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace