Share via


SocialThread.OwnerIndex property

Gets the index of the thread's owner in the thread's actors.

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

Syntax

'Declaration
Public ReadOnly Property OwnerIndex As Integer
    Get
'Usage
Dim instance As SocialThread
Dim value As Integer

value = instance.OwnerIndex
public int OwnerIndex { get; }

Property value

Type: System.Int32
The index of the thread's owner in the set of actors returned by the Actors property.

See also

Reference

SocialThread class

SocialThread members

Microsoft.SharePoint.Client.Social namespace