Share via


WalletBarcode.Value 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 a string representation of the barcode (its message).

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
/// [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")]
winrt::hstring Value();
public string Value { get; }
public string Value { [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 string = walletBarcode.value;
Public ReadOnly Property Value As String

Property Value

String

Platform::String

winrt::hstring

The string representation of the barcode, which is the data message that the barcode represents.

Attributes

Applies to