Partager via


SocialFeedOptions.MaxThreadCount - Propriété

Obtient ou définit le nombre maximal de threads à récupérer. Les valeurs valides sont compris entre zéro et 100. Définition de la valeur zéro définira la propriété MaxThreadCount la valeur par défaut de 20.

Espace de noms :  Microsoft.SharePoint.Client.Social
Assemblys :   Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)

Syntaxe

'Déclaration
Public Property MaxThreadCount As Integer
    Get
    Set
'Utilisation
Dim instance As SocialFeedOptions
Dim value As Integer

value = instance.MaxThreadCount

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

Valeur de propriété

Type : System.Int32
Le nombre maximal de threads à récupérer. La valeur par défaut est 20.

Voir aussi

Référence

SocialFeedOptions classe

SocialFeedOptions - Membres

Microsoft.SharePoint.Client.Social - Espace de noms