TermStore.HashTagsTermSet property

Gets the HashTagsTermSet for a TermStore object that contains the set of #tags.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property HashTagsTermSet As TermSet
    Get
'Usage
Dim instance As TermStore
Dim value As TermSet

value = instance.HashTagsTermSet
public TermSet HashTagsTermSet { get; }

Property value

Type: Microsoft.SharePoint.Taxonomy.TermSet
The TermSet object for this TermStore object that contains the set of #tags.

Remarks

#tags are used in microblogging and newsfeeds.

See also

Reference

TermStore class

TermStore members

Microsoft.SharePoint.Taxonomy namespace