WalletItem.Kind 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 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

Applies to

See also