ListItem.GetHashtags method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetHashtags As IList(Of Hashtag)
'Usage
Dim instance As ListItem
Dim returnValue As IList(Of Hashtag)
returnValue = instance.GetHashtags()
public IList<Hashtag> GetHashtags()
Return value
Type: System.Collections.Generic.IList<Hashtag>