SocialPostCreationData.Attachment - Propriété
Obtient ou définit une image, une vidéo ou une pièce jointe de document pour le billet.
Espace de noms : Microsoft.SharePoint.Client.Social
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public Property Attachment As SocialAttachment
Get
Set
'Utilisation
Dim instance As SocialPostCreationData
Dim value As SocialAttachment
value = instance.Attachment
instance.Attachment = value
public SocialAttachment Attachment { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.Social.SocialAttachment
Remarques
Voir How to: Embed images, videos, and documents in posts.