SPSocialPost.Attachment property
Gets the attachment associated with the post.
Namespace: Microsoft.Office.Server.Social
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property Attachment As SPSocialAttachment
Get
Friend Set
'Usage
Dim instance As SPSocialPost
Dim value As SPSocialAttachment
value = instance.Attachment
public SPSocialAttachment Attachment { get; internal set; }
Property value
Type: Microsoft.Office.Server.Social.SPSocialAttachment