SocialThread.RootPost property
Gets the root post of the thread.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property RootPost As SocialPost
Get
'Usage
Dim instance As SocialThread
Dim value As SocialPost
value = instance.RootPost
public SocialPost RootPost { get; }
Property value
Type: Microsoft.SharePoint.Client.Social.SocialPost
The root post of the thread.