NSManagedObject.SetValue(IntPtr, String) Method

Definition

Sets the receiver's value for the property that is specified by the provided key.

[Foundation.Export("setValue:forKey:")]
public virtual void SetValue (IntPtr value, string key);
abstract member SetValue : nativeint * string -> unit
override this.SetValue : nativeint * string -> unit

Parameters

value
IntPtr

nativeint

key
String
Attributes

Applies to