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

CustomWalletProperty Constructor (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. Using this constructor, the property will not be visible to the user, since the Label property will be initialized as null.

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

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

Parameters

value
Type: System.String
The value of the property.

Using this constructor, the Label is initialized as null. This means the property will not be visible to the user.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft