Share via


WalletTransaction.IsLaunchable 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 or sets whether to launch your app when the user taps "see more transaction history".

public:
 property bool IsLaunchable { bool get(); void set(bool value); };
bool IsLaunchable();

void IsLaunchable(bool value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletTransaction is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IWalletTransaction is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
bool IsLaunchable();

void IsLaunchable(bool value);
public bool IsLaunchable { get; set; }
public bool IsLaunchable { [Windows.Foundation.Metadata.Deprecated("IWalletTransaction is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("IWalletTransaction is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] set; }
var boolean = walletTransaction.isLaunchable;
walletTransaction.isLaunchable = boolean;
Public Property IsLaunchable As Boolean

Property Value

Boolean

bool

true if your app should be launched when the user taps "see more transaction history"; otherwise, false.

Attributes

Applies to

See also