[Missing <summary> documentation for "P:InTheHand.Nfc.NdefMessage.Records"]
public IReadOnlyCollection<NdefRecord> Records { get; }
Public ReadOnly Property Records As IReadOnlyCollection(Of NdefRecord)
Get
public:
property IReadOnlyCollection<NdefRecord^>^ Records {
IReadOnlyCollection<NdefRecord^>^ get ();
}
member Records : IReadOnlyCollection<NdefRecord> with get