SocialPostCreationData.Source property
Gets or sets the source of the post.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property Source As SocialLink
Get
Set
'Usage
Dim instance As SocialPostCreationData
Dim value As SocialLink
value = instance.Source
instance.Source = value
public SocialLink Source { get; set; }
Property value
Type: Microsoft.SharePoint.Client.Social.SocialLink