de la propiedad SocialPost.Attachment
Obtiene un archivo adjunto de imagen, vídeo o documento asociado a la publicación.
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 ReadOnly Property Attachment As SocialAttachment
Get
'Uso
Dim instance As SocialPost
Dim value As SocialAttachment
value = instance.Attachment
public SocialAttachment Attachment { get; }
Valor de propiedad
Tipo: Microsoft.SharePoint.Client.Social.SocialAttachment
Una imagen, vídeo o datos adjuntos de documento asociada a la publicación, si existe.