MigrationReport.Profile Property
Returns the migration profile that is associated with the current report.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Profile As MigrationProfile
Get
'Usage
Dim instance As MigrationReport
Dim value As MigrationProfile
value = instance.Profile
public MigrationProfile Profile { get; }
Property Value
Type: Microsoft.SharePoint.Publishing.Administration.MigrationProfile