Свойство SocialPostCreationData.Attachment
Возвращает или задает изображения, видео или вложение документов для отправки.
Пространство имен: Microsoft.SharePoint.Client.Social
Сборки: Microsoft.SharePoint.Client.UserProfiles.Silverlight (в Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (в Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (в Microsoft.SharePoint.Client.UserProfiles.dll)
Синтаксис
'Декларация
Public Property Attachment As SocialAttachment
Get
Set
'Применение
Dim instance As SocialPostCreationData
Dim value As SocialAttachment
value = instance.Attachment
instance.Attachment = value
public SocialAttachment Attachment { get; set; }
Значение свойства
Тип: Microsoft.SharePoint.Client.Social.SocialAttachment
Замечания
Читайте в статье How to: Embed images, videos, and documents in posts.