SocialPostReference.Digest property
Gets a digest of the referenced thread.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property Digest As SocialThread
Get
'Usage
Dim instance As SocialPostReference
Dim value As SocialThread
value = instance.Digest
public SocialThread Digest { get; }
Property value
Type: Microsoft.SharePoint.Client.Social.SocialThread
A digest of the referenced thread.
Remarks
For more information about digest threads, see Reference threads and digest threads in SharePoint Server 2013 social feeds.