NSManagedObject.PrimitiveValueForKey(String) Method

Definition

Returns the receiver's internal primitive value for the property that is specified by the provided key.

[Foundation.Export("primitiveValueForKey:")]
public virtual IntPtr PrimitiveValueForKey (string key);
abstract member PrimitiveValueForKey : string -> nativeint
override this.PrimitiveValueForKey : string -> nativeint

Parameters

key
String

Returns

IntPtr

nativeint

Attributes

Applies to