MigrationBatch.Reports property
Namespace: Microsoft.Exchange.Migration
Assembly: Microsoft.Exchange.Migration (in Microsoft.Exchange.Migration.dll)
Syntax
'Declaration
Public Property Reports As MultiValuedProperty(Of MigrationReportSet)
Get
Friend Set
'Usage
Dim instance As MigrationBatch
Dim value As MultiValuedProperty(Of MigrationReportSet)
value = instance.Reports
public MultiValuedProperty<MigrationReportSet> Reports { get; internal set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<MigrationReportSet>