de la propiedad SocialAttachmentAction.ActionKind
Obtiene o establece el tipo de acción que realiza una SocialAttachmentAction .
Espacio de nombres: Microsoft.SharePoint.Client.Social
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
Public Property ActionKind As SocialAttachmentActionKind
Get
Set
'Uso
Dim instance As SocialAttachmentAction
Dim value As SocialAttachmentActionKind
value = instance.ActionKind
instance.ActionKind = value
public SocialAttachmentActionKind ActionKind { get; set; }
Valor de propiedad
Tipo: Microsoft.SharePoint.Client.Social.SocialAttachmentActionKind
Comentarios
Devuelve un valor de SocialAttachmentActionKind : Navigate (abrir en una nueva pestaña) = 0, AdHocAction = 1.