MonobjcMonobjc Documented Class Library
NSStoreModelVersionIdentifiersKey Field
NamespacesMonobjc.CoreDataNSPersistentStoreCoordinatorNSStoreModelVersionIdentifiersKey

Key to represent the version identifiers for the model used to create the store.

If you add your own annotations to a model’s version identifier (see versionIdentifiers), they are stored in the persistent store’s metadata. You can use this key to retrieve the identifiers from the metadata dictionaries available from NSPersistentStore (metadata) and NSPersistentStoreCoordinator (metadataForPersistentStore: and related methods). The corresponding value is a Foundation collection (an NSArray or NSSet object).

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSStoreModelVersionIdentifiersKey
Public Shared ReadOnly NSStoreModelVersionIdentifiersKey As NSString
public:
static initonly NSString^ NSStoreModelVersionIdentifiersKey
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)