Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.