Share via


WalletBarcode.Symbology Property

Definition

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Gets the symbology used by the bar code.

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)).

Applies to

See also