NSPersistentStoreDescription.SetValue(NSObject, String) Method

Definition

Sets the value for the specified option key.

[Foundation.Export("setValue:forPragmaNamed:")]
public virtual void SetValue (Foundation.NSObject value, string name);
abstract member SetValue : Foundation.NSObject * string -> unit
override this.SetValue : Foundation.NSObject * string -> unit

Parameters

value
NSObject

The value to set.

This parameter can be null.

name
String
Attributes

Applies to