NSPersistentContainer.PersistentStoreDescriptions Property

Definition

Gets an array that contains the descriptions of the persistent stores in this persistent container.

public virtual CoreData.NSPersistentStoreDescription[] PersistentStoreDescriptions { [Foundation.Export("persistentStoreDescriptions", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setPersistentStoreDescriptions:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.PersistentStoreDescriptions : CoreData.NSPersistentStoreDescription[] with get, set

Property Value

An array that contains the descriptions of the persistent stores in this persistent container.

Attributes

Applies to