SocialFeedOptions.MaxThreadCount propriedade
Obtém ou define o número máximo de threads para recuperar. Valores válidos são entre zero e 100. Configurando o valor como zero, você definirá a propriedade MaxThreadCount como o valor padrão de 20.
Namespace: Microsoft.SharePoint.Client.Social
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxe
'Declaração
Public Property MaxThreadCount As Integer
Get
Set
'Uso
Dim instance As SocialFeedOptions
Dim value As Integer
value = instance.MaxThreadCount
instance.MaxThreadCount = value
public int MaxThreadCount { get; set; }
Valor de propriedade
Tipo: System.Int32
O número máximo de segmentos para recuperar. O padrão é 20.