MigrationProfile.Reports Property
Gets all of the report results for this MigrationProfile object.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Reports As MigrationReportCollection
Get
'Usage
Dim instance As MigrationProfile
Dim value As MigrationReportCollection
value = instance.Reports
public MigrationReportCollection Reports { get; }
Property Value
Type: Microsoft.SharePoint.Publishing.Administration.MigrationReportCollection
All report results for this MigrationProfile object.