Share via


SocialAttachment.ClickAction property

Gets or sets the action to perform on the click event.

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

Syntax

'Declaration
Public Property ClickAction As SocialAttachmentAction
    Get
    Set
'Usage
Dim instance As SocialAttachment
Dim value As SocialAttachmentAction

value = instance.ClickAction

instance.ClickAction = value
public SocialAttachmentAction ClickAction { get; set; }

Property value

Type: Microsoft.SharePoint.Client.Social.SocialAttachmentAction

Remarks

This property is used only when AttachmentKind is Video or Document.

See also

Reference

SocialAttachment class

SocialAttachment members

Microsoft.SharePoint.Client.Social namespace