de la propiedad SocialPostCreationData.Attachment
Obtiene o establece un archivo adjunto de imagen, vídeo o documento para 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 Property Attachment As SocialAttachment
Get
Set
'Uso
Dim instance As SocialPostCreationData
Dim value As SocialAttachment
value = instance.Attachment
instance.Attachment = value
public SocialAttachment Attachment { get; set; }
Valor de propiedad
Tipo: Microsoft.SharePoint.Client.Social.SocialAttachment
Comentarios
Vea How to: Embed images, videos, and documents in posts.