HashTag.UseCount property

Gets the number of times that the hash tag is used.

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property UseCount As UInteger
    Get
'Usage
Dim instance As HashTag
Dim value As UInteger

value = instance.UseCount
public uint UseCount { get; }

Property value

Type: System.UInt32
The number of times that the hash tag is used.

See also

Reference

HashTag class

HashTag members

Microsoft.SharePoint.Client.UserProfiles namespace