'Declaration <DescriptionAttribute("Barcode symbology subsets to search.")> Public ReadOnly Property ScanBarcodeSubsets As System.Collections.Generic.List(Of BarcodeSymbologySubset)
[Description("Barcode symbology subsets to search.")] public System.Collections.Generic.List<BarcodeSymbologySubset> ScanBarcodeSubsets { get; }
[Description("Barcode symbology subsets to search.")] public: __property System.Collections.Generic.List<BarcodeSymbologySubset*>* get_ScanBarcodeSubsets();
[Description("Barcode symbology subsets to search.")] public:
property System.Collections.Generic.List<BarcodeSymbologySubset^>^ ScanBarcodeSubsets { System.Collections.Generic.List<BarcodeSymbologySubset^>^ get(); }