次の方法で共有


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.

See also

Reference

SocialThread class

SocialThread members

Microsoft.SharePoint.Client.Social namespace