Share via


NSEntityDescription.Properties Property

Definition

Gets an array that contains the receiver's properties.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.NSPropertyDescription[] Properties { [Foundation.Export("properties", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setProperties:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("properties", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setProperties:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.Properties : CoreData.NSPropertyDescription[] with get, set

Property Value

Attributes

Applies to