CardCountInfoCardCounterInfo Property 
             | 
          
        
         
            Returns a Dictionary object containing all of the printer's card counters.
            
 
    Namespace: 
   Zebra.Sdk.Card.Containers
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxpublic Dictionary<string, int> CardCounterInfo { get; }Public ReadOnly Property CardCounterInfo As Dictionary(Of String, Integer)
	Get
public:
property Dictionary<String^, int>^ CardCounterInfo {
	Dictionary<String^, int>^ get ();
}Property Value
Type: 
DictionaryString, 
Int32
Remarks
            For ZMotif and ZC Series printers only.
            The returned card counter names and values will vary by printer model.
- Key = card counter name.
 - Value = card counter value.
 
See Also