DeletedSocialDataDetail class

Represents details about social data that has been deleted from the database.

Inheritance hierarchy

System.Object
  WebSvcSocialDataService.DeletedSocialDataDetail
    WebSvcSocialDataService.DeletedSocialCommentDetail
    WebSvcSocialDataService.DeletedSocialRatingDetail
    WebSvcSocialDataService.DeletedSocialTagDetail

Namespace:  WebSvcSocialDataService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(DeletedSocialTagDetail))> _
<XmlTypeAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService")> _
<XmlIncludeAttribute(GetType(DeletedSocialCommentDetail))> _
<XmlIncludeAttribute(GetType(DeletedSocialRatingDetail))> _
Public MustInherit Class DeletedSocialDataDetail
'Usage
Dim instance As DeletedSocialDataDetail
[SerializableAttribute]
[XmlIncludeAttribute(typeof(DeletedSocialTagDetail))]
[XmlTypeAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService")]
[XmlIncludeAttribute(typeof(DeletedSocialCommentDetail))]
[XmlIncludeAttribute(typeof(DeletedSocialRatingDetail))]
public abstract class DeletedSocialDataDetail

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

DeletedSocialDataDetail members

WebSvcSocialDataService namespace