Share via


NSManagedObject.ObjectID Property

Definition

Gets the object identifer.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.NSManagedObjectID ObjectID { [Foundation.Export("objectID", ObjCRuntime.ArgumentSemantic.Strong)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("objectID", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.ObjectID : CoreData.NSManagedObjectID

Property Value

Attributes

Remarks

This value changes when an unsaved object is saved.

Applies to