NSManagedObject.SetValue(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 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