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.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public MustInherit Class SocialData
'Usage
Dim instance As SocialData
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, 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.