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