Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.13 KB

walletitemcustomproperty_name.md

File metadata and controls

26 lines (18 loc) · 1.13 KB
-api-id -api-type
P:Windows.ApplicationModel.Wallet.WalletItemCustomProperty.Name
winrt property

Windows.ApplicationModel.Wallet.WalletItemCustomProperty.Name

-description

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 the custom property label.

-property-value

The custom property label.

-remarks

Unlike the key for the DisplayProperties collection, the Name value of a WalletItemCustomProperty object is intended for user UI. Setting the value that's reported by Name is a required parameter when you construct a new WalletItemCustomProperty (see WalletItemCustomProperty constructor). In most cases you won't be setting the Name property of an existing WalletItemCustomProperty, as opposed to constructing a new one.

-examples

-see-also