NSPersistentStoreDescription.Options 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.
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.