SocialAttachmentAction.ActionKind property
Gets or sets the type of action that a SocialAttachmentAction performs.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property ActionKind As SocialAttachmentActionKind
Get
Set
'Usage
Dim instance As SocialAttachmentAction
Dim value As SocialAttachmentActionKind
value = instance.ActionKind
instance.ActionKind = value
public SocialAttachmentActionKind ActionKind { get; set; }
Property value
Type: Microsoft.SharePoint.Client.Social.SocialAttachmentActionKind
Remarks
Returns a SocialAttachmentActionKind value: Navigate (open in a new tab) =0, AdHocAction = 1.