NSPersistentStoreDescription.Options Property

Definition

Gets the dictionary of options for the store.

public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> Options { [Foundation.Export("options", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.Options : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Property Value

The dictionary of options for the store.

Attributes

Remarks

NSPersistentStoreCoordinator contains static properties that represent the option keys that are valid for this dictionary.

Applies to