获取或设置线程检索最大数量。有效的值为 0 到 100 之间。设置为零的值将设置为默认值为 20 MaxThreadCount属性。
命名空间: Microsoft.SharePoint.Client.Social
程序集: Microsoft.SharePoint.Client.UserProfiles.Silverlight(位于 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中); Microsoft.SharePoint.Client.UserProfiles.Phone(位于 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中) Microsoft.SharePoint.Client.UserProfiles(位于 Microsoft.SharePoint.Client.UserProfiles.dll 中)
语法
声明
Public Property MaxThreadCount As Integer
Get
Set
用法
Dim instance As SocialFeedOptions
Dim value As Integer
value = instance.MaxThreadCount
instance.MaxThreadCount = value
public int MaxThreadCount { get; set; }
属性值
类型:System.Int32
线程检索最大数量。默认值为 20。