CustomWalletProperty Constructor (String, String)
Collapse the table of content
Expand the table of content

CustomWalletProperty Constructor (String, String)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the CustomWalletProperty class.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

'Declaration
Public Sub New ( _
	value As String, _
	label As String _
)

Parameters

value
Type: System.String
The property value.
label
Type: System.String
The property label.

Initializing the Label with null will result in the property not being visible to the user.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft