SocialThread.PostReference property
Gets the referenced post, if the thread is a reference-type thread.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property PostReference As SocialPostReference
Get
'Usage
Dim instance As SocialThread
Dim value As SocialPostReference
value = instance.PostReference
public SocialPostReference PostReference { get; }
Property value
Type: Microsoft.SharePoint.Client.Social.SocialPostReference
The referenced post, if the thread is a reference-type thread.
Remarks
This property is valid only when ThreadType is LikeReference, ReplyReference, MentionReference, or TagReference.