ICreditCardStoreAll Property |
Gets all records from the credit cards store.
Namespace:
DotNetBrowser.Card
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax IReadOnlyList<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