Share via


WalletItem.IsDisplayMessageLaunchable 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 on the DisplayMessage.

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

void IsDisplayMessageLaunchable(bool value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem 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("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
bool IsDisplayMessageLaunchable();

void IsDisplayMessageLaunchable(bool value);
public bool IsDisplayMessageLaunchable { get; set; }
public bool IsDisplayMessageLaunchable { [Windows.Foundation.Metadata.Deprecated("IWalletItem 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("IWalletItem 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 = walletItem.isDisplayMessageLaunchable;
walletItem.isDisplayMessageLaunchable = boolean;
Public Property IsDisplayMessageLaunchable As Boolean

Property Value

Boolean

bool

true if your app should launch when the users taps on the display message; Otherwise, false;

Attributes

Applies to

See also