MonobjcMonobjc Documented Class Library
MigrationProgress Property
NamespacesMonobjc.CoreDataNSMigrationManagerMigrationProgress

Returns a number from 0 to 1 that indicates the proportion of completeness of the migration.

Original signature is '- (float)migrationProgress'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual float MigrationProgress { get; }
Public Overridable ReadOnly Property MigrationProgress As Single
	Get
public:
virtual property float MigrationProgress {
	float get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)