Share via


NSManagedObject.IsDeleted Property

Definition

Gets a Boolean value that tells whether the receiver will be deleted in the next save.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsDeleted { [Foundation.Export("isDeleted")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isDeleted")>]
member this.IsDeleted : bool

Property Value

Attributes

Applies to