Share via


SocialDataOverlay.ActorIndexes property

Gets an array of indexes in the parent thread's actor array.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property ActorIndexes As Integer()
    Get
'Usage
Dim instance As SocialDataOverlay
Dim value As Integer()

value = instance.ActorIndexes
public int[] ActorIndexes { get; }

Property value

Type: []

Remarks

This property is valid only when OverlayType is Actors.

See also

Reference

SocialDataOverlay class

SocialDataOverlay members

Microsoft.SharePoint.Client.Social namespace