ProgressEventArgs.Phase Property
Indicates the phase that the content migration is in.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Phase As MigrationPhase
Get
'Usage
Dim instance As ProgressEventArgs
Dim value As MigrationPhase
value = instance.Phase
public MigrationPhase Phase { get; }
Property Value
Type: MigrationPhase