Share via


NSManagedObject.GetValue(String) Method

Definition

Returns the value for the property that is identified by the specified key.

[Foundation.Export("valueForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject? GetValue(string key);
[<Foundation.Export("valueForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetValue : string -> Foundation.NSObject
override this.GetValue : string -> Foundation.NSObject

Parameters

key
String

Returns

Attributes

Applies to