SPSocialFeed.Threads property

Gets the threads that make up the feed.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property Threads As SPSocialThread()
    Get
    Friend Set
'Usage
Dim instance As SPSocialFeed
Dim value As SPSocialThread()

value = instance.Threads
public SPSocialThread[] Threads { get; internal set; }

Property value

Type: []

See also

Reference

SPSocialFeed class

SPSocialFeed members

Microsoft.Office.Server.Social namespace