Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the index of the post's author within the parent thread's actors.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property AuthorIndex As Integer
Get
'Usage
Dim instance As SocialPost
Dim value As Integer
value = instance.AuthorIndex
public int AuthorIndex { get; }
Property value
Type: System.Int32
The index of the post's author within the parent thread's actors.
Remarks
See How to: Create and delete posts and retrieve the social feed by using the .NET client object model in SharePoint 2013 for an example of how to get this property.