Compartilhar via


SocialPost.Attachment propriedade

Obtém uma imagem, vídeo ou anexo de documento associado a postagem.

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 ReadOnly Property Attachment As SocialAttachment
    Get
'Uso
Dim instance As SocialPost
Dim value As SocialAttachment

value = instance.Attachment
public SocialAttachment Attachment { get; }

Valor de propriedade

Tipo: Microsoft.SharePoint.Client.Social.SocialAttachment
Uma imagem, vídeo ou anexo de documento associado a postagem, se houver uma.

Ver também

Referência

SocialPost classe

SocialPost membros

Microsoft.SharePoint.Client.Social namespace