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