SocialPostCreationData.Attachment propriedade
Obtém ou define uma imagem, vídeo ou anexo de documento para 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 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 propriedade
Tipo: Microsoft.SharePoint.Client.Social.SocialAttachment
Comentários
Consulte How to: Embed images, videos, and documents in posts.