NSManagedObject.SetPrimitiveValue(IntPtr, String) Method
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.
Sets the receiver's internal primitive value for the property that is specified by the provided key
.
[Foundation.Export("setPrimitiveValue:forKey:")]
public virtual void SetPrimitiveValue (IntPtr value, string key);
abstract member SetPrimitiveValue : nativeint * string -> unit
override this.SetPrimitiveValue : nativeint * string -> unit
Parameters
- value
-
IntPtr
nativeint
- key
- String
- Attributes