SPSocialThread.RootPost property

Gets the root post of the thread.

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

Syntax

'Declaration
Public Property RootPost As SPSocialPost
    Get
    Friend Set
'Usage
Dim instance As SPSocialThread
Dim value As SPSocialPost

value = instance.RootPost
public SPSocialPost RootPost { get; internal set; }

Property value

Type: Microsoft.Office.Server.Social.SPSocialPost

See also

Reference

SPSocialThread class

SPSocialThread members

Microsoft.Office.Server.Social namespace