Share via


DeletedSocialDataDetail - Classe

Représente le plus d'informations sur les données sociales qui a été supprimées de la base de données.

Hiérarchie d’héritage

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

Espace de noms :  WebSvcSocialDataService
Assembly :  UserProfileServices (dans UserProfileServices.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(DeletedSocialTagDetail))> _
<XmlTypeAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService")> _
<XmlIncludeAttribute(GetType(DeletedSocialCommentDetail))> _
<XmlIncludeAttribute(GetType(DeletedSocialRatingDetail))> _
Public MustInherit Class DeletedSocialDataDetail
'Utilisation
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

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

DeletedSocialDataDetail - Membres

WebSvcSocialDataService - Espace de noms