Свойство SocialPost.AuthorIndex
Возвращает индекс Автор записи в пределах родительского потока субъектов.
Пространство имен: 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 AuthorIndex As Integer
Get
'Применение
Dim instance As SocialPost
Dim value As Integer
value = instance.AuthorIndex
public int AuthorIndex { get; }
Значение свойства
Тип: System.Int32
Индекс Автор записи в пределах родительского потока субъектов.
Замечания
Читайте в статье How to: Create and delete posts and retrieve the social feed by using the .NET client object model пример, как использовать это свойство.