DeletedSocialTagDetail class

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

Inheritance hierarchy

System.Object
  WebSvcSocialDataService.DeletedSocialDataDetail
    WebSvcSocialDataService.DeletedSocialTagDetail

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

Syntax

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

DeletedSocialTagDetail members

WebSvcSocialDataService namespace