SocialAttachmentAction.ActionKind - Propriété
Obtient ou définit le type d'action qui effectue une SocialAttachmentAction .
Espace de noms : Microsoft.SharePoint.Client.Social
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public Property ActionKind As SocialAttachmentActionKind
Get
Set
'Utilisation
Dim instance As SocialAttachmentAction
Dim value As SocialAttachmentActionKind
value = instance.ActionKind
instance.ActionKind = value
public SocialAttachmentActionKind ActionKind { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.Social.SocialAttachmentActionKind
Remarques
Renvoie une valeur de SocialAttachmentActionKind : Navigate (ouvert dans un nouvel onglet) = 0, AdHocAction = 1.