MarketplaceDetailTask.ContentType Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the type of content displayed in the Store client application.
Namespace: Microsoft.Phone.Tasks
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
Public Property ContentType As MarketplaceContentType
public MarketplaceContentType ContentType { get; set; }
<object ContentType="MarketplaceContentType" .../>
Property Value
Type: Microsoft.Phone.Tasks..::.MarketplaceContentType
Type: MarketplaceContentType.
Remarks
In this release, the only valid value is Applications.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone
See Also
Reference
Microsoft.Phone.Tasks Namespace