NSPersistentStoreDescription.Configuration 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 or sets the configuration that is used by the store.
public virtual string Configuration { [Foundation.Export("configuration")] get; [Foundation.Export("setConfiguration:")] set; }
member this.Configuration : string with get, set
Property Value
The configuration that is used by the store.
This value can be null
.
- Attributes