ICreditCardStoreAll Property |
Gets all records from the credit cards store.
Namespace:
DotNetBrowser.Card
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.18.0
SyntaxIReadOnlyList<CreditCard> All { get; }Property Value
Type:
IReadOnlyListCreditCard
All records from the credit cards store.
Exceptions| Exception | Condition |
|---|
| ObjectDisposedException | The ICreditCardStore has already been disposed. |
Remarks
See Also