SocialPostActorInfo.Indexes property
Gets an array of indexes that represent the current set of actors in the set of actors in the thread.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property Indexes As Integer()
Get
'Usage
Dim instance As SocialPostActorInfo
Dim value As Integer()
value = instance.Indexes
public int[] Indexes { get; }
Property value
Type: []
The indexes that represent the current set of actors in the set of actors in the thread.