SocialPostCreationData.Attachment property

Gets or sets an image, video, or document attachment for the post.

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

Syntax

'Declaration
Public Property Attachment As SocialAttachment
    Get
    Set
'Usage
Dim instance As SocialPostCreationData
Dim value As SocialAttachment

value = instance.Attachment

instance.Attachment = value
public SocialAttachment Attachment { get; set; }

Property value

Type: Microsoft.SharePoint.Client.Social.SocialAttachment

Remarks

See How to: Embed images, videos, and documents in posts in SharePoint Server 2013.

See also

Reference

SocialPostCreationData class

SocialPostCreationData members

Microsoft.SharePoint.Client.Social namespace