SettingsTagMemorySelection Property  | 
  
    Namespace: 
   com.gigatms.Parameters.TS800_60
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic HashSet<MemoryBankSelection> TagMemorySelection { get; set; }Public Property TagMemorySelection As HashSet(Of MemoryBankSelection)
	Get
	Set
public:
property HashSet<MemoryBankSelection>^ TagMemorySelection {
	HashSet<MemoryBankSelection>^ get ();
	void set (HashSet<MemoryBankSelection>^ value);
}Property Value
Type: 
HashSetMemoryBankSelection
 Which tag memory bank to output when tag decoded data raw data is enabled.
 
See Also