SocialPost.Source property

Gets the source of the post.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property Source As SocialLink
    Get
'Usage
Dim instance As SocialPost
Dim value As SocialLink

value = instance.Source
public SocialLink Source { get; }

Property value

Type: Microsoft.SharePoint.Client.Social.SocialLink
The source of the post.

See also

Reference

SocialPost class

SocialPost members

Microsoft.SharePoint.Client.Social namespace