Compartilhar via


SocialAttachment.ClickAction propriedade

Obtém ou define a ação para executar o evento click.

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 ClickAction As SocialAttachmentAction
    Get
    Set
'Uso
Dim instance As SocialAttachment
Dim value As SocialAttachmentAction

value = instance.ClickAction

instance.ClickAction = value
public SocialAttachmentAction ClickAction { get; set; }

Valor de propriedade

Tipo: Microsoft.SharePoint.Client.Social.SocialAttachmentAction

Comentários

Essa propriedade é usada somente quando AttachmentKind é Video ou Document.

Ver também

Referência

SocialAttachment classe

SocialAttachment membros

Microsoft.SharePoint.Client.Social namespace