Share via


DeletedSocialCommentDetail class

Represents details of the social comment whose information has been deleted from the database.

Inheritance hierarchy

System.Object
  WebSvcSocialDataService.DeletedSocialDataDetail
    WebSvcSocialDataService.DeletedSocialCommentDetail

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

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService")> _
Public Class DeletedSocialCommentDetail _
    Inherits DeletedSocialDataDetail
'Usage
Dim instance As DeletedSocialCommentDetail
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService")]
public class DeletedSocialCommentDetail : 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

DeletedSocialCommentDetail members

WebSvcSocialDataService namespace