TagCloudItem.Count property
Gets or sets the number of items that are tagged with the name.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Count As Long
Get
Set
'Usage
Dim instance As TagCloudItem
Dim value As Long
value = instance.Count
instance.Count = value
public long Count { get; set; }
Property value
Type: System.Int64
The number of items that are tagged with the name.