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