Share via


NSPersistentStoreDescription.Configuration Property

Definition

Gets or sets the configuration that is used by the store.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? Configuration { [Foundation.Export("configuration")] get; [Foundation.Export("setConfiguration:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("configuration")>]
[<set: Foundation.Export("setConfiguration:")>]
member this.Configuration : string with get, set

Property Value

The configuration that is used by the store.

This value can be null.

Attributes

Applies to