Share via


SPSocialFeedOptions.MaxThreadCount property

Gets or sets the maximum number of threads to retrieve. Valid values are between zero and 100. Setting the value to zero will set the MaxThreadCount property to the default value of 20.

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

Syntax

'Declaration
Public Property MaxThreadCount As Integer
    Get
    Set
'Usage
Dim instance As SPSocialFeedOptions
Dim value As Integer

value = instance.MaxThreadCount

instance.MaxThreadCount = value
public int MaxThreadCount { get; set; }

Property value

Type: System.Int32

Remarks

The default number of threads returned is 20.

See also

Reference

SPSocialFeedOptions class

SPSocialFeedOptions members

Microsoft.Office.Server.Social namespace