MigrationBatch.LargeItemLimit property
Namespace: Microsoft.Exchange.Migration
Assembly: Microsoft.Exchange.Migration (in Microsoft.Exchange.Migration.dll)
Syntax
'Declaration
Public Property LargeItemLimit As Unlimited(Of Integer)
Get
Set
'Usage
Dim instance As MigrationBatch
Dim value As Unlimited(Of Integer)
value = instance.LargeItemLimit
instance.LargeItemLimit = value
public Unlimited<int> LargeItemLimit { get; set; }
Property value
Type: Microsoft.Exchange.Data.Unlimited<Int32>