Share via


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.

See Also

Reference

TagCloudItem Class

TagCloudItem Members

Microsoft.SharePoint.Portal.WebControls Namespace