Share via


NSEntityDescription.Abstract Property

Definition

Gets or sets a Boolean value that controls whether the receiver is an abstract entity.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Abstract { [Foundation.Export("isAbstract")] get; [Foundation.Export("setAbstract:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isAbstract")>]
[<set: Foundation.Export("setAbstract:")>]
member this.Abstract : bool with get, set

Property Value

Attributes

Applies to