SocialCommentDetail class

Represents details about a social comment.

Inheritance hierarchy

System.Object
  WebSvcSocialDataService.SocialDataDetail
    WebSvcSocialDataService.SocialCommentDetail

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

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService")> _
Public Class SocialCommentDetail _
    Inherits SocialDataDetail
'Usage
Dim instance As SocialCommentDetail
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/SocialDataService")]
public class SocialCommentDetail : SocialDataDetail

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

SocialCommentDetail members

WebSvcSocialDataService namespace