SocialComment class

Contém propriedades que representam um comentário social.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.SocialData.SocialData
    Microsoft.Office.Server.SocialData.SocialComment

Namespace:  Microsoft.Office.Server.SocialData
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SocialComment _
    Inherits SocialData
'Uso
Dim instance As SocialComment
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SocialComment : SocialData

Comentários

Use SocialCommentManager para obter e adicionar comentários sociais. Comentários sociais podem ser privada (visível apenas para o usuário que possui-los) ou externo (visível a todos os usuários).

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.

Ver também

Referência

SocialComment members

Microsoft.Office.Server.SocialData namespace