SPSocialThread.PostReference property

Gets the referenced post.

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

Syntax

'Declaration
Public Property PostReference As SPSocialPostReference
    Get
    Friend Set
'Usage
Dim instance As SPSocialThread
Dim value As SPSocialPostReference

value = instance.PostReference
public SPSocialPostReference PostReference { get; internal set; }

Property value

Type: Microsoft.Office.Server.Social.SPSocialPostReference

Remarks

This property is valid only when ThreadType is LikeReference, ReplyReference, MentionReference, or TagReference.

See also

Reference

SPSocialThread class

SPSocialThread members

Microsoft.Office.Server.Social namespace