SPSocialPostCreationData.Source property

Gets or sets the source of the post.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property Source As SPSocialLink
    Get
    Set
'Usage
Dim instance As SPSocialPostCreationData
Dim value As SPSocialLink

value = instance.Source

instance.Source = value
public SPSocialLink Source { get; set; }

Property value

Type: Microsoft.Office.Server.Social.SPSocialLink

See also

Reference

SPSocialPostCreationData class

SPSocialPostCreationData members

Microsoft.Office.Server.Social namespace