SPMobileMessageServiceProvider.BatchSize - Propriété
Obtient le nombre maximal de messages qui permet à l'application Office Mobile Service (OMS) service Web de messagerie en mode batch.
Espace de noms : Microsoft.SharePoint.MobileMessage
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property BatchSize As Integer
Get
'Utilisation
Dim instance As SPMobileMessageServiceProvider
Dim value As Integer
value = instance.BatchSize
public int BatchSize { get; }
Valeur de propriété
Type : System.Int32
Le nombre maximal de messages autorisés dans un lot. Valeur par défaut est MaxValue.
Voir aussi
Référence
SPMobileMessageServiceProvider classe