SocialPostReference.ThreadOwnerIndex property

Gets the index of the owner of the referenced thread.

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

Syntax

'Declaration
Public ReadOnly Property ThreadOwnerIndex As Integer
    Get
'Usage
Dim instance As SocialPostReference
Dim value As Integer

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

Property value

Type: System.Int32
The index of the owner of the referenced thread.

See also

Reference

SocialPostReference class

SocialPostReference members

Microsoft.SharePoint.Client.Social namespace