Share via


NFCNdefMessage.Records Property

Definition

Gets or sets the array of NFCNdefPayload objects that constitute the message.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreNFC.NFCNdefPayload[] Records { [Foundation.Export("records", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setRecords:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("records", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setRecords:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Records : CoreNFC.NFCNdefPayload[] with get, set

Property Value

Attributes

Applies to