TermStore.HashTagsTermSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HashTagsTermSet for a TermStore object that contains the set of #tags.
public:
property Microsoft::SharePoint::Taxonomy::TermSet ^ HashTagsTermSet { Microsoft::SharePoint::Taxonomy::TermSet ^ get(); };
[Microsoft.SharePoint.Client.ClientCallable(ClientLibraryTargets=Microsoft.SharePoint.Client.ClientLibraryTargets.NonRESTful)]
public Microsoft.SharePoint.Taxonomy.TermSet HashTagsTermSet { get; }
member this.HashTagsTermSet : Microsoft.SharePoint.Taxonomy.TermSet
Public ReadOnly Property HashTagsTermSet As TermSet
Property Value
The TermSet object for this TermStore object that contains the set of #tags.
- Attributes
-
ClientCallableAttribute
Remarks
#tags are used in microblogging and newsfeeds.
Applies to
Feedback
Submit and view feedback for