SocialTag class

Represents a social tag, consisting of a URI and a term from the taxonomy term store.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.SocialData.SocialData
    Microsoft.Office.Server.SocialData.SocialTag

Namespace:  Microsoft.Office.Server.SocialData
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class SocialTag _
    Inherits SocialData
'Usage
Dim instance As SocialTag
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class SocialTag : SocialData

Remarks

Social tags can be private (visible only to the user who owns them) or external (visible to all users). This type inherits from SocialData.

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.

See also

Reference

SocialTag members

Microsoft.Office.Server.SocialData namespace