WalletItem.Kind 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.
Caution
The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.
Gets the type of the wallet item.
public:
property WalletItemKind Kind { WalletItemKind get(); };
WalletItemKind Kind();
/// [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")]
WalletItemKind Kind();
public WalletItemKind Kind { get; }
public WalletItemKind Kind { [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; }
var walletItemKind = walletItem.kind;
Public ReadOnly Property Kind As WalletItemKind
Property Value
The type of the item, as a value of the enumeration.
- Attributes