SocialFeedOptions.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.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property MaxThreadCount As Integer
Get
Set
'Usage
Dim instance As SocialFeedOptions
Dim value As Integer
value = instance.MaxThreadCount
instance.MaxThreadCount = value
public int MaxThreadCount { get; set; }
Property value
Type: System.Int32
The maximum number of threads to retrieve. The default is 20.