BarcodeScannerSetSymbologyAttributesRequest.Attributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the attributes of a barcode symbology.
public:
property BarcodeSymbologyAttributes ^ Attributes { BarcodeSymbologyAttributes ^ get(); };
BarcodeSymbologyAttributes Attributes();
public BarcodeSymbologyAttributes Attributes { get; }
var barcodeSymbologyAttributes = barcodeScannerSetSymbologyAttributesRequest.attributes;
Public ReadOnly Property Attributes As BarcodeSymbologyAttributes
Property Value
The attributes of a barcode symbology.