IWalletActionActivatedEventArgs.ActionId 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.
Gets the ID of the action, such as the id of the verb, transaction and so on.
public:
property Platform::String ^ ActionId { Platform::String ^ get(); };
winrt::hstring ActionId();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletActionActivatedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Wallet.WalletContract")]
winrt::hstring ActionId();
public string ActionId { get; }
public string ActionId { [Windows.Foundation.Metadata.Deprecated("IWalletActionActivatedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Wallet.WalletContract")] get; }
var string = iWalletActionActivatedEventArgs.actionId;
Public ReadOnly Property ActionId As String
Property Value
The ID of the action, such as the id of the verb, transaction and so on.
- Attributes