MigrationTool.MigrationStatus.Failures Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Keep track of the amount of issues found during migration process of every children object in the migration object hierarchy
public:
property int Failures { int get(); void set(int value); };
public int Failures { get; set; }
member this.Failures : int with get, set
Public Property Failures As Integer