SocialThread.Actors property

Gets an array of actors who are participants in the thread.

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

Syntax

'Declaration
Public ReadOnly Property Actors As SocialActor()
    Get
'Usage
Dim instance As SocialThread
Dim value As SocialActor()

value = instance.Actors
public SocialActor[] Actors { get; }

Property value

Type: []
The actors who are participants in the thread.

See also

Reference

SocialThread class

SocialThread members

Microsoft.SharePoint.Client.Social namespace