MarketplaceDetailTask.ContentIdentifier Property

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

Gets or sets the unique identifier for the product to be displayed.

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property ContentIdentifier As String
public string ContentIdentifier { get; set; }
<object ContentIdentifier="string" .../>

Property Value

Type: System..::.String
Type: String.

Remarks

This value must be a valid application ID or null. If the value is null, the detail page for the calling application is displayed. This can be used by developers to allow users to upgrade from the trial version of the application.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

MarketplaceDetailTask Class

Microsoft.Phone.Tasks Namespace

Other Resources

Launchers and Choosers for Windows Phone 8

How to use the Marketplace detail task for Windows Phone 8