SocialData class

Represents an abstract class that contains properties comprising a piece of social data.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.SocialData.SocialData
    Microsoft.Office.Server.SocialData.SocialComment
    Microsoft.Office.Server.SocialData.SocialRating
    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.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SocialData
'Usage
Dim instance As SocialData
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SocialData

Remarks

A SocialData object consists, at the very least of a URL, a user, and a DateTime object representing the last time when the information stored in the object was updated. The constructor for this class is internal.

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

SocialData members

Microsoft.Office.Server.SocialData namespace