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