Свойство SocialPost.Attributes
Возвращает атрибуты, которые относятся к сообщению.
Пространство имен: 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 ReadOnly Property Attributes As SocialPostAttributes
Get
'Применение
Dim instance As SocialPost
Dim value As SocialPostAttributes
value = instance.Attributes
public SocialPostAttributes Attributes { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.Social.SocialPostAttributes
Атрибуты, которые относятся к сообщению.
Замечания
Читайте в статье How to: Create and delete posts and retrieve the social feed by using the .NET client object model пример, как использовать это свойство.