Click or drag to resize

ICreditCardStoreAll Property

Gets all records from the credit cards store.

Namespace:  DotNetBrowser.Card
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IReadOnlyList<CreditCard> All { get; }

Property Value

Type: IReadOnlyListCreditCard
All records from the credit cards store.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe ICreditCardStore has already been disposed.
Remarks
Credit card records are saved to the store via SaveCreditCardHandler.
See Also