The CardTerminalRegistry that is used by this CardTerminalManager.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public ReadOnly Property Registry() As CardTerminalRegistry
This language is not supported or no code example is available.
public CardTerminalRegistry Registry {get;}
This language is not supported or no code example is available.
public:
property CardTerminalRegistry^ Registry {
CardTerminalRegistry^ get( );
}
This language is not supported or no code example is available.
Property Value
Type: CardTerminalRegistryThe registry.
The CardTerminalRegistry is instantiated when Startup is called.
Before that, this property will be
null
.