Compartilhar via


SocialAttachmentAction.ActionKind propriedade

Obtém ou define o tipo de ação que realiza uma SocialAttachmentAction .

Namespace:  Microsoft.SharePoint.Client.Social
Assemblies:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.SharePoint.Client.Social.SocialAttachmentActionKind

Comentários

Retorna um valor de SocialAttachmentActionKind : Navigate (Abrir em uma nova guia) = 0, AdHocAction = 1.

Ver também

Referência

SocialAttachmentAction classe

SocialAttachmentAction membros

Microsoft.SharePoint.Client.Social namespace