WalletBarcode.Symbology 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.
public:
property WalletBarcodeSymbology Symbology { WalletBarcodeSymbology get(); };
WalletBarcodeSymbology Symbology();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletBarcode is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
WalletBarcodeSymbology Symbology();
public WalletBarcodeSymbology Symbology { get; }
public WalletBarcodeSymbology Symbology { [Windows.Foundation.Metadata.Deprecated("IWalletBarcode is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; }
var walletBarcodeSymbology = walletBarcode.symbology;
Public ReadOnly Property Symbology As WalletBarcodeSymbology
Property Value
The bar code's symbology.
- Attributes
Remarks
A symbology is the convention that defines the mapping between barcodes and the messages they represent. Barcodes for wallet items support several of the most common barcode symbologies, as defined by the values in WalletBarcodeSymbology. For other symbologies, you can provide your own barcode image (construct using WalletBarcode(IRandomAccessStreamReference)).