SPMobileMessageServiceProvider.BatchSize Property
Gets the maximum number of messages that the Office Mobile Service (OMS) messaging Web service allows in batch mode.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property BatchSize As Integer
Get
'Usage
Dim instance As SPMobileMessageServiceProvider
Dim value As Integer
value = instance.BatchSize
public int BatchSize { get; }
Property Value
Type: System.Int32
The maximum number of messages allowed in a batch. Default is MaxValue.
See Also
Reference
SPMobileMessageServiceProvider Class