HashTagCollection class
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Taxonomy.Generic.GenericCollection<HashTag>
Microsoft.Office.Server.UserProfiles.HashTagCollection
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Class HashTagCollection _
Inherits GenericCollection(Of HashTag)
'Usage
Dim instance As HashTagCollection
public class HashTagCollection : GenericCollection<HashTag>
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.