MigrationBatch.StartAfter property
Namespace: Microsoft.Exchange.Migration
Assembly: Microsoft.Exchange.Migration (in Microsoft.Exchange.Migration.dll)
Syntax
'Declaration
Public Property StartAfter As Nullable(Of DateTime)
Get
Set
'Usage
Dim instance As MigrationBatch
Dim value As Nullable(Of DateTime)
value = instance.StartAfter
instance.StartAfter = value
public Nullable<DateTime> StartAfter { get; set; }
Property value
Type: System.Nullable<DateTime>