Share via


DeletedSocialRatingDetail class

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

Inheritance hierarchy

System.Object
  WebSvcSocialDataService.DeletedSocialDataDetail
    WebSvcSocialDataService.DeletedSocialRatingDetail

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

Syntax

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

DeletedSocialRatingDetail members

WebSvcSocialDataService namespace